]> 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 a0782fb3cb0c65588d423550941fb82b1f072805..ca756a6477fbd06a04297096360443c8b026856a 100644 (file)
@@ -148,6 +148,8 @@ 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;