[pyatspi2: 1/2] Remove wrapper for atspi_text_notify_reading_position



commit f606c55ea3cc785f4043874c5e1ddd2bb48fee60
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Thu Jul 25 13:05:15 2019 +0200

    Remove wrapper for atspi_text_notify_reading_position

 pyatspi/text.py | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/pyatspi/text.py b/pyatspi/text.py
index 3f97d9d..4ccffa1 100644
--- a/pyatspi/text.py
+++ b/pyatspi/text.py
@@ -606,15 +606,6 @@ class Text(interface):
                 """
                 return Atspi.Text.scroll_substring_to_point(self.obj, startOffset, endOffset, coord_type, x, 
y)
 
-        def notifyReadingPosition(self, startOffset, endOffset):
-                """
-                Notifies interested listeners of the specific text that the
-                screen reader is currently reading. This allows a magnifier to
-                synchronize with the screen reader and highlight the text that
-                is currently being read.
-                """
-                return Atspi.Text.notify_reading_position(self.obj, startOffset, endOffset)
-
 def rangeToList(r):
         return (r.start_offset, r.end_offset)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]