summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentd7f47c99d093ba91eb18523e14b23bde1794f5bc (diff)
downloadat-spi2-core-737c9853b681fb20fda79b32ed92cda96b381dd0.tar.gz
Add ScrollTo and ScrollToPoint component interfaces
Diffstat (limited to 'doc')
-rw-r--r--doc/libatspi/libatspi-sections.txt4
-rw-r--r--doc/libatspi/tmpl/atspi-constants.sgml21
2 files changed, 25 insertions, 0 deletions
diff --git a/doc/libatspi/libatspi-sections.txt b/doc/libatspi/libatspi-sections.txt
index 78abe767..e5ef6bba 100644
--- a/doc/libatspi/libatspi-sections.txt
+++ b/doc/libatspi/libatspi-sections.txt
@@ -441,6 +441,8 @@ atspi_component_get_layer
atspi_component_get_mdi_z_order
atspi_component_grab_focus
atspi_component_get_alpha
+atspi_component_scroll_to
+atspi_component_scroll_to_point
<SUBSECTION Standard>
ATSPI_COMPONENT
ATSPI_IS_COMPONENT
@@ -524,6 +526,8 @@ AtspiRelationType
ATSPI_RELATIONTYPE_COUNT
AtspiRole
ATSPI_ROLE_COUNT
+AtspiScrollType
+ATSPI_SCROLLTYPE_COUNT
</SECTION>
<SECTION>
diff --git a/doc/libatspi/tmpl/atspi-constants.sgml b/doc/libatspi/tmpl/atspi-constants.sgml
index 87638735..24bb07f0 100644
--- a/doc/libatspi/tmpl/atspi-constants.sgml
+++ b/doc/libatspi/tmpl/atspi-constants.sgml
@@ -39,6 +39,26 @@ Constant definitions needed by multiple interfaces.
+<!-- ##### ENUM AtspiScrollType ##### -->
+<para>
+
+</para>
+
+@ATSPI_SCROLL_TOP_LEFT:
+@ATSPI_SCROLL_BOTTOM_RIGHT:
+@ATSPI_SCROLL_TOP_EDGE:
+@ATSPI_SCROLL_BOTTOM_EDGE:
+@ATSPI_SCROLL_LEFT_EDGE:
+@ATSPI_SCROLL_RIGHT_EDGE:
+@ATSPI_SCROLL_ANYWHERE:
+
+<!-- ##### MACRO ATSPI_SCROLLTYPE_COUNT ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### ENUM AtspiCoordType ##### -->
<para>
@@ -46,6 +66,7 @@ Constant definitions needed by multiple interfaces.
@ATSPI_COORD_TYPE_SCREEN:
@ATSPI_COORD_TYPE_WINDOW:
+@ATSPI_COORD_TYPE_PARENT:
<!-- ##### MACRO ATSPI_COORD_TYPE_COUNT ##### -->
<para>