gtkComboBoxSetActiveIter {RGtk2} | R Documentation |
Sets the current active item to be the one referenced by iter
, or
unsets the active item if iter
is NULL
.
gtkComboBoxSetActiveIter(object, iter)
|
|
|
The |
iter
must correspond to a path of depth one, or be NULL
.
Since 2.4
Derived by RGtkGen from GTK+ documentation