Gtk.ComboBoxText.new_with_entry

function new_with_entry():Gtk.Widget {
    // Gjs wrapper for gtk_combo_box_text_new_with_entry()
}

Creates a new Gtk.ComboBoxText, which is a Gtk.ComboBox just displaying strings. The combo box created by this function has an entry.

Since 2.24

Returns

a new Gtk.ComboBoxText