Esempio n. 1
0
 def set_caret(self, x1, y1, x2=-1, y2=-1, id=CARET_SET_ONE):
     return ct.ed_set_caret(self.h, x1, y1, x2, y2, id)
Esempio n. 2
0
 def set_caret(self, x1, y1, x2=-1, y2=-1, id=CARET_SET_ONE):
     return ct.ed_set_caret(self.h, x1, y1, x2, y2, id)
Esempio n. 3
0
 def set_caret(self, x1, y1, x2=-1, y2=-1, id=CARET_SET_ONE, options=0):
     return ct.ed_set_caret(self.h, x1, y1, x2, y2, id, options)