Ejemplo n.º 1
0
 def convert(self, id, x, y, text=''):
     return ct.ed_convert(self.h, id, x, y, text)
Ejemplo n.º 2
0
 def convert(self, id, x, y, text=''):
     return ct.ed_convert(self.h, id, x, y, text)
Ejemplo n.º 3
0
 def convert(self, id, x, y):
     return ct.ed_convert(self.h, id, x, y)
Ejemplo n.º 4
0
 def convert(self, id, x, y):
     return ct.ed_convert(self.h, id, x, y)