gtkTreeSelectionSelectRange {RGtk2} | R Documentation |
Selects a range of nodes, determined by start.path
and end.path
inclusive.
selection
must be set to
GTK_SELECTION_MULTIPLEmode.
gtkTreeSelectionSelectRange(object, start.path, end.path)
|
|
|
The initial node of the range. |
|
The final node of the range. |
Derived by RGtkGen from GTK+ documentation