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

A GtkTreeSelection.

type

The selection mode

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]