added wxFrame::Command()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-03-31 17:53:27 +00:00
parent 40c7a5fc4e
commit 30f1b5f3ef
5 changed files with 39 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ public:
virtual void Maximize(bool WXUNUSED(maximize)) {}
virtual void Restore() {}
virtual void Command( int id );
void OnCloseWindow( wxCloseEvent& event );
void OnActivate( wxActivateEvent &WXUNUSED(event) ) { } // called from docview.cpp
void OnSize( wxSizeEvent &event );