Moves the component to the specified position.
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). |
|