[ CCode ( cname = "gimp_procedure_dialog_get_int_combo" ) ]
public unowned Widget get_int_combo (string property, owned IntStore store)
Creates a new LabelIntWidget for property which must necessarily be
an integer or boolean property.
This must be used instead of get_widget when you want to create a combo box from an integer property.
If a widget has already been created for this procedure, it will be returned instead (whatever its actual widget type).
| this |
the associated ProcedureDialog. |
| property |
name of the int property to build a combo for. It must be a property of the Procedure this has been created for. |
| store |
the IntStore which will be used. |
|
the Widget representing |