Example #1
0
 def OnMenuHelpAbout(self, event):  # wxGlade: Home.<event_handler>
     dlg = About(self)
     dlg.ShowModal()
     dlg.Destroy()