atkComponentGetPosition {RGtk2} | R Documentation |
Gets the position of component
in the form of
a point specifying component
's top-left corner.
atkComponentGetPosition(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 position |
|
[integer] integer to put y coordinate position |
Derived by RGtkGen from GTK+ documentation