TreeSelection.unselectRange

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

class TreeSelection
void
unselectRange

Parameters

startPath TreePath

The initial node of the range.

endPath TreePath

The initial node of the range.

Meta