Constructor

GimpUiEnumComboBoxnew_with_model

since: 2.4

Declaration [src]

GtkWidget*
gimp_enum_combo_box_new_with_model (
  GimpEnumStore* enum_store
)

Description [src]

Creates a GtkComboBox for the given enum_store.

Available since: 2.4

Parameters

enum_store

Type: GimpEnumStore

A GimpEnumStore to use as the model.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

A new GimpEnumComboBox.

The data is owned by the called function.