select_range
Description:
Selects a range of nodes, determined by start_path
and end_path
inclusive.
Note:
Use GtkListView or GtkColumnView
this must be set to gtk_selection_multiple mode.
Parameters:
this |
A `GtkTreeSelection`. |
start_path |
The initial node of the range. |
end_path |
The final node of the range. |