Moves and resizes the specified component.
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. |
width |
the width to which the component should be resized. |
height |
the height to which the component should be resized. |
ctype |
the coordinate system in which the position is specified. (e.g. ATSPI_COORD_TYPE_WINDOW, ATSPI_COORD_TYPE_SCREEN). |
|