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] |
Deprecated
Use [gtk.drop_down.DropDown]