set_position


Description:

public bool set_position (int x, int y, CoordType ctype) throws Error

Moves the component to the specified position.

Parameters:

this

a pointer to the Component to move.

x

the new vertical position to which the component should be moved.

y

the new horizontal position to which the component should be moved.

ctype

the coordinate system in which the position is specified. (e.g. ATSPI_COORD_TYPE_WINDOW, ATSPI_COORD_TYPE_SCREEN).

Returns:

TRUE if successful; FALSE otherwise.