コード例 #1
0
ファイル: cudatext.py プロジェクト: Patiencer/CudaText
 def markers(self, id, x=0, y=0, tag=0, len_x=0, len_y=0):
     return ct.ed_markers(self.h, id, x, y, tag, len_x, len_y)
コード例 #2
0
ファイル: cudatext.py プロジェクト: bgarrels/CudaText
 def markers(self, id, x=0, y=0, tag=0, len=0):
     return ct.ed_markers(self.h, id, x, y, tag, len)