예제 #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)
예제 #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)
예제 #3
0
파일: cudatext.py 프로젝트: ra2003/CudaText
 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)