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

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

Deprecated

Use GtkListView or GtkColumnView