ComboBox.this

Creates a new GtkComboBox with the model initialized to model.

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

Parameters

model TreeModelIF

A GtkTreeModel.

entry bool

If true, create an empty ComboBox with an entry.

Throws

ConstructionException GTK+ fails to create the object.

Meta