예제 #1
0
파일: separator.py 프로젝트: nxmirrors/miro
 def __init__(self, color):
     DrawingArea.__init__(self)
     self.color = color
예제 #2
0
 def __init__(self, color):
     DrawingArea.__init__(self)
     self.color = color
예제 #3
0
파일: separator.py 프로젝트: nxmirrors/miro
 def __init__(self, color1=None, color2=None):
     DrawingArea.__init__(self)
     self.set_color1(color1)
     self.set_color2(color2)
예제 #4
0
 def __init__(self, color1=None, color2=None):
     DrawingArea.__init__(self)
     self.set_color1(color1)
     self.set_color2(color2)