Method
Gtk.ComboBox.set_active_iter
Declaration [src]
void
gtk_combo_box_set_active_iter (
GtkComboBox* combo_box,
GtkTreeIter* iter
)
Description [src]
Sets the current active item to be the one referenced by iter
.
If iter
is NULL
, the active item is unset.
Parameters
iter |
GtkTreeIter |
The |
|
Can be NULL | |
Ownership is not transferred to the callee |