[ 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.
this | |
start_path |
The initial node of the range. |
end_path |
The initial node of the range. |