TreeSelection.selectRange

Selects a range of nodes, determined by @start_path and @end_path inclusive. @selection must be set to #GTK_SELECTION_MULTIPLE mode.

class TreeSelection
void
selectRange

Parameters

startPath TreePath

The initial node of the range.

endPath TreePath

The final node of the range.

Meta