void OnQuit(wxCommandEvent& event);
void OnAbout(wxCommandEvent& event);
- void OnPaint(wxPaintEvent& event);
-
private:
// any class wishing to process wxWindows events must use this macro
DECLARE_EVENT_TABLE()
{
// menu items
Minimal_Quit = 1,
- Minimal_About,
+ Minimal_About
};
// ----------------------------------------------------------------------------
wxMessageBox(msg, "About Minimal", wxOK | wxICON_INFORMATION, this);
}
-