Method
AtspiComponentset_position
Declaration [src]
gboolean
atspi_component_set_position (
AtspiComponent* obj,
gint x,
gint y,
AtspiCoordType ctype,
GError** error
)
Parameters
x |
gint |
The new horizontal position to which the component should be moved. |
|
y |
gint |
The new vertical position to which the component should be moved. |
|
ctype |
AtspiCoordType |
The coordinate system in which the position is specified. (e.g. ATSPI_COORD_TYPE_WINDOW, ATSPI_COORD_TYPE_SCREEN). |
|
error |
GError ** |
The return location for a GError* , or NULL . |