unselect_range
Description:
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 `GtkTreeSelection`.
|
| start_path |
The initial node of the range.
|
| end_path |
The initial node of the range.
|