Learn R Programming

RGtk2 (version 2.8.8)

atkComponentGetExtents: atkComponentGetExtents

Description

Gets the rectangle which gives the extent of the component.

Usage

atkComponentGetExtents(object, coord.type)

Arguments

coord.type
[AtkCoordType] specifies whether the coordinates are relative to the screen or to the components top level window

Value

  • A list containing the following elements:
  • x[integer] integer to put x coordinate
  • y[integer] integer to put y coordinate
  • width[integer] integer to put width
  • height[integer] integer to put height