Gtk.ComboBox.new_with_area_and_entry

function new_with_area_and_entry(area:Gtk.CellArea):Gtk.Widget {
    // Gjs wrapper for gtk_combo_box_new_with_area_and_entry()
}

Creates a new empty Gtk.ComboBox with an entry.

The new combo box will use area to layout cells.

area

the Gtk.CellArea to use to layout cell renderers

Returns

A new Gtk.ComboBox.