ComboBox.newWithModel
gtk.combo_box.ComboBox newWithModel(gtk.tree_model.TreeModel model)Creates a new #GtkComboBox with the model initialized to model.
Parameters
model | A #GtkTreeModel. |
Returns
A new #GtkComboBox.
gtk.combo_box.ComboBox newWithModel(gtk.tree_model.TreeModel model)Creates a new #GtkComboBox with the model initialized to model.
model | A #GtkTreeModel. |