Component.setPosition
bool setPosition(int x, int y, atk.types.CoordType coordType)Sets the position of component.
Contrary to atk_component_scroll_to, this does not trigger any scrolling, this just moves component in its parent.
Parameters
x | x coordinate |
y | y coordinate |
coordType | specifies whether the coordinates are relative to the screen or to the component's top level window |
Returns
true or false whether or not the position was set or not