Gtk.EntryCompletion.new_with_area
function new_with_area(area:Gtk.CellArea):Gtk.EntryCompletion { // Gjs wrapper for gtk_entry_completion_new_with_area() }
Creates a new Gtk.EntryCompletion object using the specified area to layout cells in the underlying Gtk.TreeViewColumn for the drop-down menu.
Since 3.0
- area
the Gtk.CellArea used to layout cells
- Returns
A newly created Gtk.EntryCompletion object