Пример #1
0
 def _on_help_clicked(self, window):
     # the help button has been clicked, start the yelp viewer with
     # content for the current spoke
     ihelp.start_yelp(ihelp.get_help_path(self.helpFile, self.instclass))
Пример #2
0
 def _on_help_clicked(self, window):
     # the help button has been clicked, start the yelp viewer with
     # content for the current spoke
     ihelp.start_yelp(ihelp.get_help_path(self.helpFile, self.instclass))
Пример #3
0
 def _on_help_clicked(self, window, obj):
     # the help button has been clicked, start the yelp viewer with
     # content for the current screen
     ihelp.start_yelp(ihelp.get_help_path(obj.helpFile))