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