Method
AtkTextscroll_substring_to
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 |
gint |
Start offset in the |
|
end_offset |
gint |
End offset in the |
|
type |
AtkScrollType |
Specify where the object should be made visible. |