X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/630ad6c6b620b4c24cd5b720b610b539e2770d60..60bea0cfb5861737b367ca483295ea4ad3c1d8ed:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 0ba429a919..d67a95e65a 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -41,7 +41,7 @@ enum typedef wxWindow wxNotebookPage; // so far, any window can be a page -WXDLLEXPORT_DATA(extern const wxChar*) wxNotebookNameStr; +extern WXDLLEXPORT_DATA(const wxChar*) wxNotebookNameStr; #if WXWIN_COMPATIBILITY_2_4 #define wxNOTEBOOK_NAME wxNotebookNameStr @@ -91,6 +91,9 @@ public: // implement some base class functions virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const; + // On platforms that support it, get the theme page background colour, else invalid colour + virtual wxColour GetThemeBackgroundColour() const { return wxNullColour; } + protected: DECLARE_NO_COPY_CLASS(wxNotebookBase) };