Constructor
GimpUiEnumComboBoxnew_with_model
since: 2.4
Declaration [src]
GtkWidget*
gimp_enum_combo_box_new_with_model (
GimpEnumStore* enum_store
)
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. |