Пример #1
0
 def all_processed_should_exit_prompt(self):
     return dialogs.should_exit_prompt(self.mainframe)
Пример #2
0
 def onclick(self, event):
     user_choice = should_exit_prompt(self)
     print("Should exit: %s" % user_choice)
Пример #3
0
 def all_processed_should_exit_prompt(self):
     return dialogs.should_exit_prompt(self.mainframe)
Пример #4
0
 def onclick(self, event):
     user_choice = should_exit_prompt(self)
     print "Should exit: %s" % user_choice