[ CCode ( cname = "gimp_int_radio_frame_set_sensitivity" ) ]
[ Version ( since = "3.0" ) ]
public void set_sensitivity (owned IntRadioFrameSensitivityFunc func)
Sets a function that is used to decide about the sensitivity of radio buttons in the this.
Use this if you want to set certain radio buttons insensitive.
Calling queue_draw on the this will cause the sensitivity to be updated.
| this | |
| func |
a function that returns a boolean value, or null to unset |
| data |
data to pass to |
| destroy |
destroy notification for |