Virtual Method
AtkTextscroll_substring_to_point
since: 2.32
Declaration [src]
gboolean
scroll_substring_to_point (
  AtkText* text,
  gint start_offset,
  gint end_offset,
  AtkCoordType coords,
  gint x,
  gint y
)
Description [src]
Move the top-left of a substring of text to a given position of the screen
by scrolling all necessary parents.
Available since: 2.32
Parameters
- start_offset
- 
            Type: gintStart offset in the text.
- end_offset
- 
            Type: gintEnd offset in the text, or -1 for the end of the text.
- coords
- 
            Type: AtkCoordTypeSpecify whether coordinates are relative to the screen or to the parent object. 
- x
- 
            Type: gintX-position where to scroll to. 
- y
- 
            Type: gintY-position where to scroll to.