RGtk2 (version 2.20.31)

gtkTreeSelectionSelectRange: gtkTreeSelectionSelectRange

Description

Selects a range of nodes, determined by start.path and end.path inclusive. selection must be set to GTK_SELECTION_MULTIPLE mode.

Usage

gtkTreeSelectionSelectRange(object, start.path, end.path)

Arguments

start.path
The initial node of the range.
end.path
The final node of the range.