CellRendererCombo.model

gtk.tree_model.TreeModel model() @property

Get model property.

Returns

Holds a tree model containing the possible values for the combo box.

Use the text_column property to specify the column holding the values.

void model(gtk.tree_model.TreeModel propval) @property

Set model property.

Parameters

propvalHolds a tree model containing the possible values for the combo box. Use the text_column property to specify the column holding the values.