X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e450aa692b887adbae4350896f6c90ec8e1368e3..185448a8647d1a16ded5c801f0ae19ffc7ce055d:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index d85e7ce96c..ca756a6477 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -148,12 +148,14 @@ protected: // set the size of the given page to fit in the notebook void AdjustPageSize(wxNotebookPage *page); + // override WndProc + virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); // the current selection (-1 if none) int m_nSelection; - DECLARE_DYNAMIC_CLASS(wxNotebook) + DECLARE_DYNAMIC_CLASS_NO_COPY(wxNotebook) DECLARE_EVENT_TABLE() };