set_selection
Description:
Changes the bounds of an existing Text text selection.
Parameters:
| 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. |
Returns:
|
|