Home
last modified time | relevance | path

Searched refs:AboutDialog (Results 1 – 14 of 14) sorted by relevance

/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DAboutDialog.cpp34 BEGIN_MESSAGE_MAP(AboutDialog, CDialog) in BEGIN_MESSAGE_MAP() argument
43 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()
DAboutDialog.h31 class AboutDialog : public CDialog
37 AboutDialog(CWnd* pParent = NULL); // standard constructor
DChooserDialog.cpp520 AboutDialog dialog; in OnAbout()
/external/python/cpython2/Lib/idlelib/
DaboutDialog.py9 class AboutDialog(Toplevel): class
151 run(AboutDialog)
DmacosxSupport.py167 aboutDialog.AboutDialog(root, 'About IDLE')
DEditorWindow.py538 aboutDialog.AboutDialog(self.top,'About IDLE')
DNEWS.txt890 - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_helpabout.py11 About = help_about.AboutDialog
/external/python/cpython3/Lib/idlelib/
Dhelp_about.py22 class AboutDialog(Toplevel): class
207 run(AboutDialog)
Dmacosx.py203 help_about.AboutDialog(root)
DREADME.txt209 About IDLE # eEW.about_dialog, help_about.AboutDialog
Deditor.py552 help_about.AboutDialog(self.top)
DNEWS2x.txt390 - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_help_about.py16 About = help_about.AboutDialog