コード例 #1
0
ファイル: pythonsetup.py プロジェクト: downpoured/lnzscript
 def Append(self, txt):
     return CScite.pane_Append(self.nPane, txt)
コード例 #2
0
ファイル: pythonsetup.py プロジェクト: downpoured/lnzscript
	def Append(self, txt): return CScite.pane_Append(self.nPane, txt)
	def InsertText(self, txt, pos): return CScite.pane_Insert(self.nPane,pos, txt)