- EVT_MENU(ConfTest_Quit, MyFrame::OnQuit)
- EVT_MENU(ConfTest_About, MyFrame::OnAbout)
- EVT_MENU(ConfTest_Delete, MyFrame::OnDelete)
+ EVT_MENU(wxID_EXIT, MyFrame::OnQuit)
+ EVT_MENU(wxID_ABOUT, MyFrame::OnAbout)
+ EVT_MENU(wxID_DELETE, MyFrame::OnDelete)