Esempio n. 1
0
 def __init__(self,  color=None):
     SimpleBin.__init__(self)
     self.view = FlippedView.alloc().init()
     if color is not None:
         self.set_background_color(color)
Esempio n. 2
0
 def __init__(self):
     SimpleBin.__init__(self)
     self.view = DrawingView.alloc().init()
Esempio n. 3
0
 def __init__(self):
     SimpleBin.__init__(self)
     self.view = DrawingView.alloc().init()
Esempio n. 4
0
 def __init__(self, color=None):
     SimpleBin.__init__(self)
     self.view = FlippedView.alloc().init()
     if color is not None:
         self.set_background_color(color)