]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
renamed to WX_DECLARE_LIST_WITH_DECL for consistency
[wxWidgets.git] / include / wx / msw / notebook.h
index d85e7ce96c4f310b13640bc315ab19b62ebb895a..ca756a6477fbd06a04297096360443c8b026856a 100644 (file)
@@ -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()
 };