refactored code to do brush adjustment for bg drawing in only one place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user