set_sensitive


Description:

[ CCode ( cname = "gimp_procedure_dialog_set_sensitive" ) ]
public void set_sensitive (string property, bool sensitive, Object? config, string? config_property, bool config_invert)

Sets sensitivity of the widget associated to property in this.

If config is null, then it is set to the value of sensitive. Otherwise sensitive is ignored and sensitivity is bound to the value of config_property of config (or the negation of this value if config_reverse is true).

Parameters:

this

the ProcedureDialog.

property

name of a property of the Procedure this has been created for.

sensitive

whether the widget associated to property should be sensitive.

config

an optional config object.

config_property

name of a property of config.

config_invert

whether to negate the value of config_property.