]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/notebook.h
check if we are using compatible C++ ABI when usin GCC or IntelC++
[wxWidgets.git] / include / wx / univ / notebook.h
index 3b3ef0c0c7be0da62871d58d5c8b4a08ee9a17fe..771f744b093fa6c58b9e91d1eadad84bfa3b40b6 100644 (file)
 #ifndef _WX_UNIV_NOTEBOOK_H_
 #define _WX_UNIV_NOTEBOOK_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "univnotebook.h"
 #endif
 
+#include "wx/arrstr.h"
+
 class WXDLLEXPORT wxSpinButton;
 
 // ----------------------------------------------------------------------------
@@ -193,9 +195,6 @@ protected:
     // get our client size from the page size
     wxSize GetSizeForPage(const wxSize& size) const;
 
-    // change thep age and send events about it (can be vetoed by user code)
-    void ChangePage(int nPage);
-
     // scroll the tabs so that the first page shown becomes the given one
     void ScrollTo(int page);