コード例 #1
0
 def on_exit(self, _):
     tray_common.stop_app()
     self.status_checker.stop()
     wx.CallAfter(self.Destroy)
コード例 #2
0
def stop_3dprinteros():
    show_libnotify_notification('Closing ' + tray_common.APP_NAME, ' ')
    tray_common.stop_app()
コード例 #3
0
 def on_exit(self, _):
     tray_common.stop_app()
     wx.CallAfter(self.Destroy)
コード例 #4
0
 def on_exit(self, _):
     tray_common.stop_app()
     wx.CallAfter(self.Destroy)
コード例 #5
0
 def quit(self, _):
     tray_common.stop_app()
     rumps.quit_application()
コード例 #6
0
 def on_exit(self, _):
     tray_common.stop_app()
     self.status_checker.stop()
     wx.CallAfter(self.Destroy)
コード例 #7
0
 def quit(self, _):
     tray_common.stop_app()
     self.status_checker.stop()
     rumps.quit_application()
コード例 #8
0
 def quit(self, _):
     tray_common.stop_app()
     self.status_checker.stop()
     rumps.quit_application()
コード例 #9
0
 def quit(self, _):
     tray_common.stop_app()
     rumps.quit_application()