コード例 #1
0
ファイル: cudatext.py プロジェクト: Patiencer/CudaText
 def hotspots(self, id, tag=0, tag_str="", pos=""):
     return ct.ed_hotspots(self.h, id, tag, tag_str, to_str(pos))
コード例 #2
0
ファイル: cudatext.py プロジェクト: heX16/CudaText
 def hotspots(self, id, tag=0, tag_str="", pos=""):
     return ct.ed_hotspots(self.h, id, tag, tag_str, to_str(pos))