gtkComboBoxSetActive {RGtk2}R Documentation

gtkComboBoxSetActive

Description

Sets the active item of combo.box to be the item at index.

Usage

gtkComboBoxSetActive(object, index)

Arguments

object [GtkComboBox] A GtkComboBox
index [integer] An index in the model passed during construction, or -1 to have no active item

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]