gtkComboBoxSetActiveIter {RGtk2}R Documentation

gtkComboBoxSetActiveIter

Description

Sets the current active item to be the one referenced by iter. iter must correspond to a path of depth one.

Usage

gtkComboBoxSetActiveIter(object, iter)

Arguments

object [GtkComboBox] A GtkComboBox
iter [GtkTreeIter] The GtkTreeIter

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]