select_range


Description:

public void select_range (TreePath start_path, TreePath end_path)

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

this must be set to MULTIPLE mode.

Parameters:

this

A TreeSelection.

start_path

The initial node of the range.

end_path

The final node of the range.