def __init__(self): GObject.GObject.__init__(self) self.border = 20 giveBackground(self) self.connect("draw", self.expose)