コード例 #1
0
ファイル: pythonsetup.py プロジェクト: downpoured/lnzscript
 def GetProperty(self, s):
     return CScite.app_GetProperty(s)
コード例 #2
0
ファイル: pythonsetup.py プロジェクト: downpoured/lnzscript
	def GetProperty(self, s): return CScite.app_GetProperty(s)
	def SetProperty(self, s, v): return CScite.app_SetProperty(s, v)