since: 2.32
gbooleanatk_text_scroll_substring_to_point(AtkText*text,gintstart_offset,gintend_offset,AtkCoordTypecoords,gintx,ginty)
Move the top-left of a substring oftext to a given position of the screenby scrolling all necessary parents.
Available since: 2.32
start_offsetType: gint
Start offset in thetext.
end_offsetType: gint
End offset in thetext, or -1 for the end of the text.
coordsType: AtkCoordType
Specify whether coordinates are relative to the screen or to theparent object.
xType: gint
X-position where to scroll to.
yType: gint
Y-position where to scroll to.