Searched refs:AboutDialog (Results 1 – 14 of 14) sorted by relevance
34 BEGIN_MESSAGE_MAP(AboutDialog, CDialog) in BEGIN_MESSAGE_MAP() argument43 AboutDialog::AboutDialog(CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP()44 : CDialog(AboutDialog::IDD, pParent) in BEGIN_MESSAGE_MAP()55 BOOL AboutDialog::OnInitDialog() in OnInitDialog()65 void AboutDialog::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
31 class AboutDialog : public CDialog37 AboutDialog(CWnd* pParent = NULL); // standard constructor
520 AboutDialog dialog; in OnAbout()
9 class AboutDialog(Toplevel): class151 run(AboutDialog)
167 aboutDialog.AboutDialog(root, 'About IDLE')
538 aboutDialog.AboutDialog(self.top,'About IDLE')
890 - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
11 About = help_about.AboutDialog
22 class AboutDialog(Toplevel): class207 run(AboutDialog)
203 help_about.AboutDialog(root)
209 About IDLE # eEW.about_dialog, help_about.AboutDialog
552 help_about.AboutDialog(self.top)
390 - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
16 About = help_about.AboutDialog