GimpUi.prop_int_combo_box_new
function prop_int_combo_box_new(config: GObject.Object, property_name: String, store: GimpUi.IntStore): Gtk.Widget {
// Gjs wrapper for gimp_prop_int_combo_box_new()
}
Creates a GimpUi.IntComboBox widget to display and set the specified property. The contents of the widget are determined by store, which should be created using GimpUi.IntStore.new.
Since 2.4
- config
Object to which property is attached.
- property_name
Name of int property controlled by combo box.
- store
GimpUi.IntStore holding list of labels, values, etc.
- Returns
The newly created GimpUi.IntComboBox widget.