[ CCode ( cname = "gimp_prop_int_combo_box_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_int_combo_box_new (Object config, string property_name, IntStore store)
Creates a IntComboBox widget to display and set the specified property.
The contents of the widget are determined by store, which should be created using
IntStore.
| config |
Object to which property is attached. |
| property_name |
Name of int property controlled by combo box. |
| store |
IntStore holding list of labels, values, etc. |
|
The newly created IntComboBox widget. |