コード例 #1
0
ファイル: appview.py プロジェクト: stephengwyn/MOP
 def all_processed_should_exit_prompt(self):
     return dialogs.should_exit_prompt(self.mainframe)
コード例 #2
0
ファイル: insp_finishedview.py プロジェクト: ijiraq/MOP
 def onclick(self, event):
     user_choice = should_exit_prompt(self)
     print("Should exit: %s" % user_choice)
コード例 #3
0
ファイル: appview.py プロジェクト: R136a1-/MOP
 def all_processed_should_exit_prompt(self):
     return dialogs.should_exit_prompt(self.mainframe)
コード例 #4
0
ファイル: insp_finishedview.py プロジェクト: OSSOS/MOP
 def onclick(self, event):
     user_choice = should_exit_prompt(self)
     print "Should exit: %s" % user_choice