ComboBox.model

gtk.tree_model.TreeModel model() @property nothrow

Get model property.

Returns

The model from which the combo box takes its values.
void model(gtk.tree_model.TreeModel propval) @property nothrow

Set model property.

Parameters

propvalThe model from which the combo box takes its values.