]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
made SetDirectory() work, minor code cleanup (much is left to do)
[wxWidgets.git] / include / wx / gtk / notebook.h
index d65e1a147971709b567e9879b19d9a25ba9f19b6..5d6abe99325fcce0b34a700d553ad57d08004ead 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKNOTEBOOKH__
 #define __GTKNOTEBOOKH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface
 #endif
 
@@ -127,6 +127,9 @@ protected:
     virtual wxNotebookPage *DoRemovePage(int nPage);
 
 private:
+
+    int m_padding;
+
     DECLARE_DYNAMIC_CLASS(wxNotebook)
     DECLARE_EVENT_TABLE()
 };