]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splitter/test.cpp
wxSplitterWindow::ReplaceWindow() function added and documented
[wxWidgets.git] / samples / splitter / test.cpp
index 33a25ed12a60ef00694b3fc0cf25ab95f0a265cd..dcd6718c68e9e0d401091fc950ca26ef8693c6b4 100644 (file)
@@ -62,8 +62,6 @@ public:
   MyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos, const wxSize& size);
   virtual ~MyFrame();
 
-  bool OnClose();
-
   // Menu commands
   void SplitHorizontal(wxCommandEvent& event);
   void SplitVertical(wxCommandEvent& event);
@@ -185,11 +183,6 @@ MyFrame::~MyFrame()
 {
 }
 
-bool MyFrame::OnClose()
-{
-  return TRUE;
-}
-
 void MyFrame::Quit(wxCommandEvent& WXUNUSED(event) )
 {
   Close(TRUE);