unselectRange

open fun unselectRange(startPath: TreePath, endPath: TreePath)(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

Use GtkListView or GtkColumnView

---

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

Parameters

startPath

The initial node of the range.

endPath

The initial node of the range.