]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
refactored code to do brush adjustment for bg drawing in only one place
[wxWidgets.git] / include / wx / msw / notebook.h
index caa4a9f7100b43a943e41646653bd9a64c0fa83b..f732ce9da516468bfb139ab6abe00d743f6b2082 100644 (file)
@@ -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: