TreeSelection.selectRange
void selectRange(gtk.tree_path.TreePath startPath, gtk.tree_path.TreePath endPath)Selects a range of nodes, determined by start_path and end_path inclusive. selection must be set to [gtk.types.SelectionMode.Multiple] mode.
Parameters
startPath | The initial node of the range. |
endPath | The final node of the range. |
Deprecated
Use GtkListView or GtkColumnView