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_SELECTION_MULTIPLE mode.
Parameters
startPath | The initial node of the range. |
endPath | The final node of the range. |