summaryrefslogtreecommitdiff
path: root/atspi/atspi-component.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-30 19:14:14 +0100
committerMike Gorse <mgorse@suse.com>2018-05-16 19:38:06 -0500
commit737c9853b681fb20fda79b32ed92cda96b381dd0 (patch)
treec1393d2be82920fd370bbdde89f0abb3dc243df9 /atspi/atspi-component.h
parentd7f47c99d093ba91eb18523e14b23bde1794f5bc (diff)
downloadat-spi2-core-737c9853b681fb20fda79b32ed92cda96b381dd0.tar.gz
Add ScrollTo and ScrollToPoint component interfaces
Diffstat (limited to 'atspi/atspi-component.h')
-rw-r--r--atspi/atspi-component.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/atspi/atspi-component.h b/atspi/atspi-component.h
index dd3455a5..ffc720b2 100644
--- a/atspi/atspi-component.h
+++ b/atspi/atspi-component.h
@@ -107,6 +107,10 @@ gboolean atspi_component_set_position (AtspiComponent *obj, gint x, gint y, Atsp
gboolean atspi_component_set_size (AtspiComponent *obj, gint width, gint height, GError **error);
+gboolean atspi_component_scroll_to (AtspiComponent *obj, AtspiScrollType type, GError **error);
+
+gboolean atspi_component_scroll_to_point (AtspiComponent *obj, AtspiCoordType type, gint x, gint y, GError **error);
+
G_END_DECLS
#endif /* _ATSPI_COMPONENT_H_ */