summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-27 15:14:59 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-01-15 23:17:53 +0100
commite1d424a21c2d5afa86a906084fb8f2917ba17cd9 (patch)
tree683576dd5ff0b0e48b7f0de211167cdbeefc818d /idl
parenta2696c2b66f5c8c46200ea2c4ef81266968f908e (diff)
downloadat-spi2-core-e1d424a21c2d5afa86a906084fb8f2917ba17cd9.tar.gz
Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces
Diffstat (limited to 'idl')
-rw-r--r--idl/text.didl16
1 files changed, 16 insertions, 0 deletions
diff --git a/idl/text.didl b/idl/text.didl
index 07ce85e1..d5ae66ca 100644
--- a/idl/text.didl
+++ b/idl/text.didl
@@ -241,6 +241,22 @@ namespace org.freestandards.atspi {
method GetAttributeSet reply {
Attributes attributes'
}
+
+ /*
+ Scroll this text range so it becomes visible on the screen.
+ */
+ method ScrollSubstringTo {
+ ScrollType type;
+ }
+
+ /*
+ Scroll this text range so it becomes visible on the screen at a given position.
+ */
+ method ScrollSubstringToPoint {
+ CoordType type;
+ int32 x;
+ int32 y;
+ }
}
/*