Exemplo n.º 1
0
 def __init__( self, paper):
   cairo_exporter.__init__( self, paper, converter_class=tk2cairo)
Exemplo n.º 2
0
 def __init__( self, paper):
   cairo_exporter.__init__( self, paper, converter_class=tk2cairo)
   self.background_color = (1,1,1,1)
Exemplo n.º 3
0
 def __init__( self, paper, attrs=None):
   cairo_exporter.__init__( self, paper, converter_class=tk2cairo, attrs=attrs)
Exemplo n.º 4
0
 def __init__(self, paper):
     cairo_exporter.__init__(self, paper, converter_class=tk2cairo)
     self.background_color = (1, 1, 1, 1)
Exemplo n.º 5
0
 def __init__(self, paper):
     cairo_exporter.__init__(self, paper, converter_class=tk2cairo)