Esempio n. 1
0
 def onMenuLicense(self, evt):
     lic_frame = HelpViewFrame(self, title="Algraeph License") 
     lic_frame.loadDoc(release.name, release.version, "GPL.html")
Esempio n. 2
0
 def onMenuHelp(self, evt):
     help_frame = HelpViewFrame(self, title="Algraeph User Manual") 
     help_frame.loadDoc(release.name, release.version, "algraeph-user-manual.htm")