GimpUi.LabelColor.set_editable
@accepts(GimpUi.LabelColor, bool)
@returns(none)
def set_editable(self, editable):
# Python wrapper for gimp_label_color_set_editable()
Changes the editability of the color.
- self
The #GtkLabelColor.
- editable
Whether the color should be editable.