unselect_range


Description:

[ Version ( since = "2.2" ) ]
public void unselect_range (TreePath start_path, TreePath end_path)

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

Parameters:

this

A TreeSelection.

start_path

The initial node of the range.

end_path

The initial node of the range.