X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17816c2e708ff60503dc84ab98bc99a9446258e4..c698eae5a875ca973df44add1ad67ec69a5754ba:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index f515dada98..714f15cda7 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -96,6 +96,9 @@ public: // set the padding between tabs (in pixels) void SetPadding(const wxSize& padding); + // Windows only: attempts to get colour for UX theme page background + wxColour GetThemeBackgroundColour(); + // operations // ---------- // remove all pages @@ -112,6 +115,8 @@ public: // style. void SetTabSize(const wxSize& sz); + // Windows only: attempts to apply the UX theme page background to this page + void ApplyThemeBackground(wxWindow* window, const wxColour& colour); // Hit test int HitTest(const wxPoint& pt, long& flags);