Use the text_column property to specify the column holding the values.
CellRendererCombo.model
gtk.tree_model.TreeModel model() @propertyGet model property.
Returns
Holds a tree model containing the possible values for the combo box.
void model(gtk.tree_model.TreeModel propval) @propertySet model property.
Parameters
propval | Holds a tree model containing the possible values for the combo box. Use the text_column property to specify the column holding the values. |