unselectRange

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

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.