git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36470
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void MyFrame::OnAbout( wxCommandEvent& WXUNUSED(event) )
{
void MyFrame::OnAbout( wxCommandEvent& WXUNUSED(event) )
{
- SetSize(800, 600);
-#if 0
wxBusyCursor bc;
wxMessageDialog dialog(this, _T("This is a control sample"), _T("About Controls"), wxOK );
dialog.ShowModal();
wxBusyCursor bc;
wxMessageDialog dialog(this, _T("This is a control sample"), _T("About Controls"), wxOK );
dialog.ShowModal();
}
void MyFrame::OnClearLog(wxCommandEvent& WXUNUSED(event))
}
void MyFrame::OnClearLog(wxCommandEvent& WXUNUSED(event))