コード例 #1
0
ファイル: MainFrame.py プロジェクト: cttmayi/ScriptTool
 def createDialog(self, title, w):
     w = self.TEXT_W * w
     wdt = dialog(self, title, w)
     return wdt
コード例 #2
0
ファイル: Panel.py プロジェクト: cttmayi/ScriptTool
 def createDialog(self, title, w):
     w = self.__GET_POS_SIZE(0, 0, w, 0)[2]
     wdt = dialog(self.panel, title, w)
     return wdt