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

A GtkComboBox

index

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.20.21 Index]