]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
compilation fix for cygwin
[wxWidgets.git] / include / wx / generic / notebook.h
index 53582ba352c9f344055a6903be6900195091d07a..e322e9430974289500e0cf9df87edd8d07c57031 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_NOTEBOOK_H_
 #define _WX_NOTEBOOK_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "notebook.h"
 #endif
 
@@ -54,6 +54,8 @@ public:
 
   // Called when a tab is activated
   virtual void OnTabActivate(int activateId, int deactivateId);
+  // Allows vetoing
+  virtual bool OnTabPreActivate(int activateId, int deactivateId);
 
 protected:
    wxNotebook*      m_notebook;