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

startPathThe initial node of the range.
endPathThe final node of the range.