GimpUi.ColorDisplay.configure

@accepts(GimpUi.ColorDisplay)
@returns(Gtk.Widget)
def configure(self):
    # Python wrapper for gimp_color_display_configure()
  

Creates a configuration widget for self which can be added to a container widget.

Since 2.0

self

a GimpUi.ColorDisplay

Returns