wxAuiMDI* now more accurately respects normal mdi event sequence

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2006-11-09 22:06:40 +00:00
parent 049333c242
commit c5e2ca7c52
2 changed files with 31 additions and 8 deletions

View File

@@ -255,6 +255,7 @@ public:
protected:
void PageChanged(int old_selection, int new_selection);
void OnPageClose(wxAuiNotebookEvent& event);
void OnPageChanged(wxAuiNotebookEvent& event);
void OnSize(wxSizeEvent& evt);