atkComponentSetPosition {RGtk2} | R Documentation |
Sets the postition of component
.
atkComponentSetPosition(object, x, y, coord.type)
|
[AtkComponent ] an AtkComponent |
|
[integer] x coordinate |
|
[integer] y coordinate |
|
[AtkCoordType ] specifies whether the coordinates are relative to the screen
or to the components top level window |
[logical] TRUE
or FALSE
whether or not the position was set or not
Derived by RGtkGen from GTK+ documentation