コード例 #1
0
ファイル: gui.py プロジェクト: BackupTheBerlios/larch
 def unbusy(self, ok=True):
     # Override Uipi method
     # 'ok' is not used here, but might be in the console interface
     self.command("larchin:cancel.enable", False)
     Uipi.unbusy(self)
コード例 #2
0
ファイル: gui.py プロジェクト: BackupTheBerlios/larch
 def unbusy(self, ok=True):
     # 'ok' is only used by the console interface
     Uipi.unbusy(self)