#ifndef __GTKNOTEBOOKH__
#define __GTKNOTEBOOKH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface
#endif
virtual wxNotebookPage *DoRemovePage(int nPage);
private:
+
+ int m_padding;
+
DECLARE_DYNAMIC_CLASS(wxNotebook)
DECLARE_EVENT_TABLE()
};