Gtk.ComboBox.new_with_area

function new_with_area(area:Gtk.CellArea):Gtk.Widget {
    // Gjs wrapper for gtk_combo_box_new_with_area()
}

Creates a new empty Gtk.ComboBox using area to layout cells.

area

the Gtk.CellArea to use to layout cell renderers

Returns

A new Gtk.ComboBox.