git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35176
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
EVT_MENU(MDI_QUIT, MyFrame::OnQuit)
EVT_CLOSE(MyFrame::OnClose)
- EVT_ICONIZE(MyFrame::OnIconize)
EVT_SIZE(MyFrame::OnSize)
END_EVENT_TABLE()
#endif
}
-void MyFrame::OnIconize(wxIconizeEvent& event)
-{
- wxSizeEvent e;
- OnSize (e) ;
-}
-
#if wxUSE_TOOLBAR
void MyFrame::InitToolBar(wxToolBar* toolBar)
{
void InitToolBar(wxToolBar* toolBar);
void OnSize(wxSizeEvent& event);
- void OnIconize(wxIconizeEvent& event);
void OnAbout(wxCommandEvent& event);
void OnNewWindow(wxCommandEvent& event);
void OnQuit(wxCommandEvent& event);