There doesn't seem to be any reason for this method to not be const.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63269
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int themePart,
int themeState,
MSWThemeColour themeColour,
int themePart,
int themeState,
MSWThemeColour themeColour,
- wxSystemColour fallback);
+ wxSystemColour fallback) const;
// gives the parent the possibility to draw its children background, e.g.
// this is used by wxNotebook to do it using DrawThemeBackground()
// gives the parent the possibility to draw its children background, e.g.
// this is used by wxNotebook to do it using DrawThemeBackground()
int themePart,
int themeState,
MSWThemeColour themeColour,
int themePart,
int themeState,
MSWThemeColour themeColour,
- wxSystemColour fallback)
+ wxSystemColour fallback) const
{
#if wxUSE_UXTHEME
const wxUxThemeEngine* theme = wxUxThemeEngine::GetIfActive();
{
#if wxUSE_UXTHEME
const wxUxThemeEngine* theme = wxUxThemeEngine::GetIfActive();
wxFAIL_MSG(wxT("unsupported theme colour"));
};
wxFAIL_MSG(wxT("unsupported theme colour"));
};
- wxUxThemeHandle hTheme((wxWindow *)this, themeName);
+ wxUxThemeHandle hTheme((const wxWindow *)this, themeName);
COLORREF col;
HRESULT hr = theme->GetThemeColor
(
COLORREF col;
HRESULT hr = theme->GetThemeColor
(