Ejemplo n.º 1
0
 def LaunchSearch(self, terms, timestamp):
     try:
         app.window.browser.filter_text(" ".join(terms))
     except NotImplementedError:
         pass
     else:
         app.present()
Ejemplo n.º 2
0
 def check_embedded():
     is_embedded = self._icon.is_embedded()
     main_window_shown = app.window.get_visible()
     if not is_embedded and not main_window_shown:
         app.present()
     self.__emb_sig = None
     return False
Ejemplo n.º 3
0
 def check_embedded():
     is_embedded = self._icon.is_embedded()
     main_window_shown = app.window.get_visible()
     if not is_embedded and not main_window_shown:
         app.present()
     self.__emb_sig = None
     return False
Ejemplo n.º 4
0
 def LaunchSearch(self, terms, timestamp):
     try:
         app.window.browser.filter_text(" ".join(terms))
     except NotImplementedError:
         pass
     else:
         app.present()
Ejemplo n.º 5
0
 def _focus(self, library, window, player):
     from quodlibet import app
     app.present()
Ejemplo n.º 6
0
 def Raise(self):
     app.present()
Ejemplo n.º 7
0
 def __show_window(self):
     app.present()
Ejemplo n.º 8
0
 def __show_window(self):
     app.present()