def on_help_index_activate(self,widget): help_class=devede_help.show_help(self.gladefile,self.global_vars["help_path"],"index.html")
def on_main_help_clicked(self,widget): help_class=devede_help.show_help(self.gladefile,self.global_vars["help_path"],"main.html")