gtkTreeSelectionSelectRange {RGtk2}R Documentation

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

object [GtkTreeSelection] A GtkTreeSelection.
start.path [GtkTreePath] The initial node of the range.
end.path [GtkTreePath] The final node of the range.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]