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

a GimpUi.ColorButton.

title

the new title.