ComboBox.newWithModelAndEntry

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

Creates a new empty gtk.combo_box.ComboBox with an entry and a model.

See also gtk.combo_box.ComboBox.newWithEntry.

Parameters

modelA gtk.tree_model.TreeModel

Returns

Deprecated