get_selection
Description:
public Range get_selection (
int selection_num)
throws Error
Gets the bounds of the selection_num
-th active text selection for an Text
object.
Parameters:
this |
a pointer to the Text object on which to operate.
|
selection_num |
a int indicating which selection to query.
|