atkComponentGetExtents {RGtk2} | R Documentation |
Gets the rectangle which gives the extent of the component
.
atkComponentGetExtents(object, coord.type)
|
[AtkComponent ] an AtkComponent |
|
[AtkCoordType ] specifies whether the coordinates are relative to the screen
or to the components top level window |
A list containing the following elements:
|
[integer] integer to put x coordinate |
|
[integer] integer to put y coordinate |
|
[integer] integer to put width |
|
[integer] integer to put height |
Derived by RGtkGen from GTK+ documentation