gtkTreeSelectionUnselectRange {RGtk2}R Documentation

gtkTreeSelectionUnselectRange

Description

Unselects a range of nodes, determined by start.path and end.path inclusive.

Usage

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

Arguments

object

A GtkTreeSelection.

start.path

The initial node of the range.

end.path

The initial node of the range.

Details

Since 2.2

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]