Пример #1
0
 def __init__(self):
     GObject.GObject.__init__(self)
     self.border = 20
     giveBackground(self)
     self.connect("draw", self.expose)
Пример #2
0
 def __init__(self):
     GObject.GObject.__init__(self)
     self.border = 20
     giveBackground(self)
     self.connect("draw", self.expose)