Changes the bounds of an existing Text text selection.
this |
a pointer to the Text object on which to operate. |
selection_num |
a zero-offset index indicating which text selection to modify. |
start_offset |
a int indicating the new starting offset for the selection. |
end_offset |
a int indicating the desired new offset of the first character after the selection. |
|