GimpUi.ColorSelector::set_toggles_sensitive
@accepts(GimpUi.ColorSelector, bool)
@returns(none)
def do_set_toggles_sensitive(selector, sensitive):
Sets the sensitive property of the self's toggles.
This function has no effect if this self instance has no toggles to switch channels.
- selector
A GimpUi.ColorSelector widget.
- sensitive
The new sensitive setting.