get_int_radio


Description:

[ CCode ( cname = "gimp_procedure_dialog_get_int_radio" ) ]
public unowned Widget get_int_radio (string property, owned IntStore store)

Creates a new GimpLabelIntRadioFrame for property which must necessarily be an integer, enum or boolean property.

This must be used instead of get_widget when you want to create a group of gtkradiobutton-s 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:

this

the associated ProcedureDialog.

property

name of the int property to build radio buttons for. It must be a property of the Procedure this has been created for.

store

the IntStore which will be used.

Returns:

the Widget representing property. The object belongs to this and must not be freed.