def __init__(self): Gtk.ColorButton.__init__(self) self.set_rgba(Gdk.RGBA(1, 1, 1, 1)) self.connect('color-set', self.color_set)