Esempio n. 1
0
 def __init__(self):
     GObject.GObject.__init__(self)
     self.border = 20
     giveBackground(self)
     self.connect("draw", self.expose)
Esempio n. 2
0
 def __init__(self):
     GObject.GObject.__init__(self)
     self.border = 20
     giveBackground(self)
     self.connect("draw", self.expose)