X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/847379b00c3349dc693535b65296b92cc4646897..783e0c6d48080587b9d2c52dfe4d442682119a0d:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 4920f014a7..78523bd13d 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -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) };