ComboBox.newWithModel

gtk.combo_box.ComboBox newWithModel(gtk.tree_model.TreeModel model) static nothrow

Creates a new #GtkComboBox with the model initialized to model.

Parameters

modelA #GtkTreeModel.

Returns

A new #GtkComboBox.