TreeSelection.selectRange

Selects a range of nodes, determined by start_path and end_path inclusive. selection must be set to gtk.types.SelectionMode.Multiple mode.

More...

Parameters

startPath gtk.tree_path.TreePath

The initial node of the range.

endPath gtk.tree_path.TreePath

The final node of the range.

Detailed Description

Deprecated: Use GtkListView or GtkColumnView