TreeSelection.unselectRange

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

class TreeSelection
void
unselectRange

Parameters

startPath TreePath

The initial node of the range.

endPath TreePath

The initial node of the range.

Meta