summaryrefslogtreecommitdiff
path: root/atspi/atspi-component.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-01-31 10:11:07 -0600
committerMike Gorse <mgorse@novell.com>2011-01-31 17:40:07 -0600
commitb803e747f23fa01c8848d0996cfe0353989241d6 (patch)
treeea492190f89689864d18ed9d3ac9424f7126cc0b /atspi/atspi-component.h
parent9b948cad8c1cb82ef406fd7941c8e3a5b81f0f59 (diff)
downloadat-spi2-core-b803e747f23fa01c8848d0996cfe0353989241d6.tar.gz
Add setters for component extents/size/position
Diffstat (limited to 'atspi/atspi-component.h')
-rw-r--r--atspi/atspi-component.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/atspi/atspi-component.h b/atspi/atspi-component.h
index 35ab84c0..c94147ce 100644
--- a/atspi/atspi-component.h
+++ b/atspi/atspi-component.h
@@ -98,4 +98,10 @@ gshort atspi_component_get_mdi_z_order (AtspiComponent *obj, GError **error);
gboolean atspi_component_grab_focus (AtspiComponent *obj, GError **error);
gdouble atspi_component_get_alpha (AtspiComponent *obj, GError **error);
+
+gboolean atspi_component_set_extents (AtspiComponent *obj, gint x, gint y, gint width, gint height, AtspiCoordType ctype, GError **error);
+
+gboolean atspi_component_set_position (AtspiComponent *obj, gint x, gint y, AtspiCoordType ctype, GError **error);
+
+gboolean atspi_component_set_size (AtspiComponent *obj, gint width, gint height, GError **error);
#endif /* _ATSPI_COMPONENT_H_ */