Scrolls whatever container of the Text text range so it becomes visible on the screen at a given position.
this |
a pointer to the Text object on which to operate. |
start_offset |
a int indicating the start of the desired text range. |
end_offset |
a int indicating the first character past the desired range. |
coords |
a CoordType indicating whether the coordinates are relative to the screen, to the window, or to the parent object. |
x |
the x coordinate of the point to reach |
y |
the y coordinate of the point to reach |
|