コード例 #1
0
ファイル: cudatext.py プロジェクト: bgarrels/CudaText
 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
ファイル: cudatext.py プロジェクト: Patiencer/CudaText
 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)