X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fa6bd38ac743f4067e74d4168168ae3a4a068e..5c836c463a8ece980b66ebc9920f1b045d9a8f33:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index caa4a9f710..f732ce9da5 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -167,7 +167,9 @@ public: // get the brush to be used for painting the background for the controls // which need it in their MSWControlColor() - WXHBRUSH GetThemeBackgroundBrush() const { return m_hbrBackground; } + // + // the brush will be adjusted for use with the given window on this DC + WXHBRUSH GetThemeBackgroundBrush(WXHDC hDC, wxWindow *win) const; #endif // wxUSE_UXTHEME protected: