set_sensitivity


Description:

[ CCode ( cname = "gimp_int_combo_box_set_sensitivity" ) ]
[ Version ( since = "2.4" ) ]
public void set_sensitivity (owned IntSensitivityFunc 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.

Parameters:

this

a IntComboBox

func

a function that returns a boolean value, or null to unset

data

data to pass to func

destroy

destroy notification for data