Gtk.ComboBox.prototype.set_active_iter
function set_active_iter(iter:Gtk.TreeIter):void { // Gjs wrapper for gtk_combo_box_set_active_iter() }
Sets the current active item to be the one referenced by iter, or unsets the active item if iter is null.
Since 2.4
- iter
The Gtk.TreeIter, or null