Method

Gtk.ComboBox.get_model

Declaration [src]

GtkTreeModel*
gtk_combo_box_get_model (
  GtkComboBox* combo_box
)

Description [src]

Returns the GtkTreeModel of combo_box.

Gets propertyGtk.ComboBox:model

Return value

Returns: GtkTreeModel

A GtkTreeModel which was passed during construction.

Ownership is not transferred to the caller
Can be NULL