]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
rtti informations
[wxWidgets.git] / include / wx / msw / notebook.h
index d85e7ce96c4f310b13640bc315ab19b62ebb895a..ea1d1c124304f80f54699decdeef64591e4b01fd 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _NOTEBOOK_H
 #define _NOTEBOOK_H
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
   #pragma interface "notebook.h"
 #endif
 
@@ -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()
 };