set_position


Description:

public abstract bool set_position (int x, int y, CoordType coord_type)

Sets the position of this.

Contrary to atk_component_scroll_to, this does not trigger any scrolling, this just moves this in its parent.

Parameters:

this

an Component

x

x coordinate

y

y coordinate

coord_type

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