ComboBox.newWithModel
gtk.combo_box.ComboBox newWithModel(gtk.tree_model.TreeModel model)Creates a new [gtk.combo_box.ComboBox] with a model.
Parameters
model | a [gtk.tree_model.TreeModel] |
Returns
A new [gtk.combo_box.ComboBox]
Deprecated
Use [gtk.drop_down.DropDown]