コード例 #1
0
ファイル: cudatext.py プロジェクト: Patiencer/CudaText
 def convert(self, id, x, y, text=''):
     return ct.ed_convert(self.h, id, x, y, text)
コード例 #2
0
ファイル: cudatext.py プロジェクト: Alexey-T/CudaText
 def convert(self, id, x, y, text=''):
     return ct.ed_convert(self.h, id, x, y, text)
コード例 #3
0
ファイル: cudatext.py プロジェクト: bgarrels/CudaText
 def convert(self, id, x, y):
     return ct.ed_convert(self.h, id, x, y)
コード例 #4
0
 def convert(self, id, x, y):
     return ct.ed_convert(self.h, id, x, y)