ComboBox.setActiveIter
void setActiveIter(gtk.tree_iter.TreeIter iter = null)Sets the current active item to be the one referenced by iter, or unsets the active item if iter is null.
Parameters
iter | The #GtkTreeIter, or null |
void setActiveIter(gtk.tree_iter.TreeIter iter = null)Sets the current active item to be the one referenced by iter, or unsets the active item if iter is null.
iter | The #GtkTreeIter, or null |