GtkComboBox::get_model

get_model();

The get_model() method returns the value of the "model" property which contains the GtkTreeModel that is acting as data source for the combo_box or null if no GtkTreeModel is associated with the combo box.

See also: set_model()