ComboBoxText.this

Creates a new ComboBoxText, which is a ComboBox just displaying strings.

  1. this(GtkComboBoxText* gtkComboBoxText, bool ownedRef)
  2. this(bool entry)
    class ComboBoxText
    this
    (
    bool entry = true
    )

Parameters

entry bool

If true, create an ComboBox with an entry.

Throws

ConstructionException GTK+ fails to create the object.

Meta