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