Method
GtkComboBoxget_model
since: 2.4
Declaration [src]
GtkTreeModel*
gtk_combo_box_get_model (
GtkComboBox* combo_box
)
Description [src]
Returns the GtkTreeModel
which is acting as data source for combo_box
.
Available since: 2.4
Gets property | Gtk.ComboBox:model |
Return value
Type: GtkTreeModel
A GtkTreeModel
which was passed
during construction.
The returned data is owned by the instance. |