ComboBox.this

Creates a new empty GtkComboBox using area to layout cells.

  1. this(GtkComboBox* gtkComboBox)
  2. this(bool entry)
  3. this(TreeModelIF model, bool entry)
  4. this(CellArea area, bool entry)
    class ComboBox
    this
    (,
    bool entry = true
    )

Parameters

area CellArea

the GtkCellArea to use to layout cell renderers.

entry bool

If true, create an empty ComboBox with an entry.

Throws

ConstructionException GTK+ fails to create the object.

Meta