ComboBox.this

Creates a new GtkComboBox with the model initialized to model. Since 2.4

  1. this(GtkComboBox* gtkComboBox)
  2. this(bool text)
  3. this(TreeModelIF model)
    class ComboBox

Parameters

model TreeModelIF

A GtkTreeModel.

Throws

ConstructionException GTK+ fails to create the object.

Meta