Gtk.ComboBox.prototype.set_active

function set_active(index_:Number):void {
    // Gjs wrapper for gtk_combo_box_set_active()
}

Sets the active item of combo_box to be the item at @index.

Since 2.4

index_

An index in the model passed during construction, or -1 to have no active item