示例#1
0
 def on_quit():
     from win_tray import sys_tray
     sys_tray.on_quit()
示例#2
0
 def on_quit():
     global sys_tray
     if has_desktop:
         from gtk_tray import sys_tray
     sys_tray.on_quit()
示例#3
0
 def on_quit():
     if has_desktop:
         from gtk_tray import sys_tray
     else:
         from non_tray import sys_tray
     sys_tray.on_quit()
示例#4
0
 def on_quit():
     sys_tray.on_quit()
示例#5
0
 def on_quit():
     import mac_tray as sys_tray
     sys_tray.on_quit()