GimpUi.ColorSelector::set_toggles_visible
@accepts(GimpUi.ColorSelector, bool)
@returns(none)
def do_set_toggles_visible(selector, visible):
Sets the visible 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.
- visible
The new visible setting.