TreeSelection.unselectRange

void unselectRange(gtk.tree_path.TreePath startPath, gtk.tree_path.TreePath endPath)

Unselects a range of nodes, determined by start_path and end_path inclusive.

Parameters

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

Deprecated

Use GtkListView or GtkColumnView