Exemple #1
0
 def replace(self, x1, y1, x2, y2, text):
     return ct.ed_replace(self.h, x1, y1, x2, y2, text)
Exemple #2
0
 def replace(self, x1, y1, x2, y2, text):
     return ct.ed_replace(self.h, x1, y1, x2, y2, text)