コード例 #1
0
ファイル: __init__.py プロジェクト: mikpim01/outspline
 def _handle_left_click(self, event):
     # If the icon is blinking, a left click shouldn't toggle the main
     # window's shown state
     if self.icon.is_blinking():
         self.icon.force_stop()
     else:
         wxgui_api.toggle_main_window()
コード例 #2
0
ファイル: __init__.py プロジェクト: kynikos/outspline
 def _handle_left_click(self, event):
     # If the icon is blinking, a left click shouldn't toggle the main
     # window's shown state
     if self.icon.is_blinking():
         self.icon.force_stop()
     else:
         wxgui_api.toggle_main_window()
コード例 #3
0
ファイル: __init__.py プロジェクト: mikpim01/outspline
 def toggle_main_window(self, event):
     wxgui_api.toggle_main_window()
コード例 #4
0
ファイル: __init__.py プロジェクト: kynikos/outspline
 def toggle_main_window(self, event):
     wxgui_api.toggle_main_window()