ComboBox.this

Creates a new GtkComboBox with the model initialized to model.

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

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