示例#1
0
 def Append(self, txt):
     return CScite.pane_Append(self.nPane, txt)
示例#2
0
	def Append(self, txt): return CScite.pane_Append(self.nPane, txt)
	def InsertText(self, txt, pos): return CScite.pane_Insert(self.nPane,pos, txt)