Method
AtkTextscroll_substring_to
since: 2.32
Declaration [src]
gboolean
atk_text_scroll_substring_to (
  AtkText* text,
  gint start_offset,
  gint end_offset,
  AtkScrollType type
)
Description [src]
Makes a substring of text visible on 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.
- type
- 
            Type: AtkScrollTypeSpecify where the object should be made visible.