GimpUi.EnumComboBox.new_with_model
function new_with_model(enum_store: GimpUi.EnumStore): Gtk.Widget {
// Gjs wrapper for gimp_enum_combo_box_new_with_model()
}
Creates a Gtk.ComboBox for the given enum_store.
Since 2.4
- enum_store
a GimpUi.EnumStore to use as the model
- Returns
a new GimpUi.EnumComboBox.