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

iterThe gtk.tree_iter.TreeIter

Deprecated