예제 #1
0
 def __init__( self, paper):
   cairo_exporter.__init__( self, paper, converter_class=tk2cairo)
예제 #2
0
 def __init__( self, paper):
   cairo_exporter.__init__( self, paper, converter_class=tk2cairo)
   self.background_color = (1,1,1,1)
예제 #3
0
 def __init__( self, paper, attrs=None):
   cairo_exporter.__init__( self, paper, converter_class=tk2cairo, attrs=attrs)
예제 #4
0
 def __init__(self, paper):
     cairo_exporter.__init__(self, paper, converter_class=tk2cairo)
     self.background_color = (1, 1, 1, 1)
예제 #5
0
 def __init__(self, paper):
     cairo_exporter.__init__(self, paper, converter_class=tk2cairo)