ComboBox.setActiveIter
void setActiveIter(gtk.tree_iter.TreeIter iter = null)Sets the current active item to be the one referenced by iter.
If iter is null, the active item is unset.
Parameters
iter | The gtk.tree_iter.TreeIter |
void setActiveIter(gtk.tree_iter.TreeIter iter = null)Sets the current active item to be the one referenced by iter.
If iter is null, the active item is unset.
iter | The gtk.tree_iter.TreeIter |