#ifndef _WX_NOTEBOOK_H_BASE_
#define _WX_NOTEBOOK_H_BASE_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "notebookbase.h"
-#endif
-
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
// On platforms that support it, get the theme page background colour, else invalid colour
virtual wxColour GetThemeBackgroundColour() const { return wxNullColour; }
+
+ // Reserved for future use
+ virtual void ReservedNotebookFunc1() {}
+ virtual void ReservedNotebookFunc2() {}
+ virtual void ReservedNotebookFunc3() {}
+ virtual void ReservedNotebookFunc4() {}
+ virtual void ReservedNotebookFunc5() {}
+
protected:
DECLARE_NO_COPY_CLASS(wxNotebookBase)
};