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