Exemplo n.º 1
0
 def OnAbout(self, event):
     from AboutDialog import AboutDialog
     aboutdlg = AboutDialog(None, _L["about_title"])
     aboutdlg.ShowModal()
Exemplo n.º 2
0
 def OnAbout(self, event):
     dialog = AboutDialog(self)
     dialog.ShowModal()
Exemplo n.º 3
0
 def OnMenuHelp(self, event):
     dlg = AboutDialog(self, "About")
     dlg.CenterOnScreen()
     dlg.ShowModal()
     dlg.Destroy()