Ejemplo n.º 1
0
 def __init__(self, width, height):
     self.g = gtlib.gt_graphics_cairo_new(GRAPHICS_SVG, width, height)
     self.own = True
     self._as_parameter_ = self.g
Ejemplo n.º 2
0
 def __init__(self, width, height):
     self.g = gtlib.gt_graphics_cairo_new(GRAPHICS_SVG, width, height)
     self.own = True
     self._as_parameter_ = self.g