Method
AtspiComponentset_extents
Declaration [src]
gboolean
atspi_component_set_extents (
AtspiComponent* obj,
gint x,
gint y,
gint width,
gint height,
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. |
|
width |
gint |
The width to which the component should be resized. |
|
height |
gint |
The height to which the component should be resized. |
|
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 . |