예제 #1
0
 def on_help(cls, widget):
     """ Open help for plugins """
     help.show_help("plugins")
     return True
예제 #2
0
파일: plugins.py 프로젝트: Ethcelon/gtg
 def on_help(cls, widget):
     """ Open help for plugins """
     help.show_help("plugins")
     return True
예제 #3
0
파일: __init__.py 프로젝트: kunaaljain/gtg
 def on_help(cls, widget):
     """ Open help for syncronization services """
     help.show_help("sync")
     return True
예제 #4
0
파일: preferences.py 프로젝트: Ethcelon/gtg
 def on_help(cls, widget):
     """ Open help for preferences """
     help.show_help("preferences")
     return True
예제 #5
0
 def on_help(cls, widget):
     """ Open help for preferences """
     help.show_help("preferences")
     return True
예제 #6
0
 def on_help(cls, widget):
     """ Open help for syncronization services """
     help.show_help("sync")
     return True