EntryCompletion.this

Creates a new GtkEntryCompletion object using the specified area to layout cells in the underlying GtkTreeViewColumn for the drop-down menu.

  1. this(GtkEntryCompletion* gtkEntryCompletion)
  2. this()
  3. this(CellArea area)
    class EntryCompletion

Parameters

area CellArea

the GtkCellArea used to layout cells

Throws

ConstructionException GTK+ fails to create the object.

Meta