]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
Worked around an apparent bug in Windows whereby some deferred positioning
[wxWidgets.git] / include / wx / notebook.h
index 02f4a116756bbc3bff3d97788bc0440d8de6c948..68dd745d513ce73d234e05e41f61b5876236fbaf 100644 (file)
@@ -94,6 +94,14 @@ public:
     // 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)
 };