Added wxString version of wxStripExtension; changed OnClose to return TRUE;

fixed some bad casts in resource.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-07-22 13:54:47 +00:00
parent 9123006f13
commit 47fa796902
3 changed files with 61 additions and 16 deletions

View File

@@ -813,6 +813,11 @@ void wxFrame::OnCloseWindow(wxCloseEvent& event)
}
}
bool wxFrame::OnClose(void)
{
return TRUE;
}
// Destroy the window (delayed, if a managed window)
bool wxFrame::Destroy(void)
{