[ CCode ( cname = "gimp_string_combo_box_set_sensitivity" ) ]
[ Version ( since = "3.0" ) ]
public void set_sensitivity (owned StringSensitivityFunc func)
Sets a function that is used to decide about the sensitivity of rows in the this.
Use this if you want to set certain rows 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 |