gtkTreeSelectionSetMode {RGtk2}R Documentation

gtkTreeSelectionSetMode

Description

Sets the selection mode of the selection. If the previous type was GTK_SELECTION_MULTIPLE, then the anchor is kept selected, if it was previously selected.

Usage

gtkTreeSelectionSetMode(object, type)

Arguments

object [GtkTreeSelection] A GtkTreeSelection.
type [GtkSelectionMode] The selection mode

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]