GimpUi.ColorButton.set_title
@accepts(GimpUi.ColorButton, unicode)
@returns(none)
def set_title(self, title):
# Python wrapper for gimp_color_button_set_title()
Sets the self dialog's title.
Since 2.10
- self
- title
the new title.
@accepts(GimpUi.ColorButton, unicode)
@returns(none)
def set_title(self, title):
# Python wrapper for gimp_color_button_set_title()
Sets the self dialog's title.
Since 2.10
the new title.