예제 #1
0
파일: types.py 프로젝트: kendhia/SahanaEden
 def __init__(self):
     Graph.__init__(self, PieCanvas)
     self.addCSS('graph.css')
예제 #2
0
파일: types.py 프로젝트: Koperj/SahanaEden
 def __init__ (self):
     Graph.__init__ (self, PieCanvas)
     self.addCSS ('graph.css') 
예제 #3
0
파일: types.py 프로젝트: kendhia/SahanaEden
 def __init__(self, canvas, **attr):
     Graph.__init__(self, canvas)
     self.setProperties()
예제 #4
0
파일: types.py 프로젝트: Koperj/SahanaEden
 def __init__ (self, canvas,  **attr):
     Graph.__init__ (self, canvas)
     self.setProperties ()