ComboBox.newWithModelAndEntry
gtk.combo_box.ComboBox newWithModelAndEntry(gtk.tree_model.TreeModel model)Creates a new empty [gtk.combo_box.ComboBox] with an entry and a model.
See also [gtk.combo_box.ComboBox.newWithEntry].
Parameters
model | A [gtk.tree_model.TreeModel] |
Returns
A new [gtk.combo_box.ComboBox]
Deprecated
Use [gtk.drop_down.DropDown]