Method
GimpUiProcedureDialogget_int_combo
Declaration [src]
GtkWidget*
gimp_procedure_dialog_get_int_combo (
GimpProcedureDialog* dialog,
const gchar* property,
GimpIntStore* store
)
Description [src]
Creates a new GimpLabelIntWidget
for property
which must
necessarily be an integer or boolean property.
This must be used instead of gimp_procedure_dialog_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).
Parameters
property |
const gchar* |
Name of the int property to build a combo for. It must be
a property of the |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
store |
GimpIntStore |
The |
|
The instance takes ownership of the data, and is responsible for freeing it. |
Return value
Returns: | GtkWidget |
The |
|
The data is owned by the instance. |