git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49126
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
rect = *((RECT*)lParam);
}
{
rect = *((RECT*)lParam);
}
- wxUxThemeHandle hTheme(this, L"EDIT");
+ wxUxThemeHandle hTheme((wxWindow *)this, L"EDIT");
RECT rcClient = { 0, 0, 0, 0 };
RECT rcClient = { 0, 0, 0, 0 };
+ wxClientDC dc((wxWindow *)this);
if (theme->GetThemeBackgroundContentRect(
hTheme, GetHdcOf(dc), EP_EDITTEXT, ETS_NORMAL,
if (theme->GetThemeBackgroundContentRect(
hTheme, GetHdcOf(dc), EP_EDITTEXT, ETS_NORMAL,
rc.result = MSWDefWindowProc(message, wParam, lParam);
processed = true;
rc.result = MSWDefWindowProc(message, wParam, lParam);
processed = true;
- wxUxThemeHandle hTheme(this, L"EDIT");
- wxWindowDC dc(this);
+ wxUxThemeHandle hTheme((wxWindow *)this, L"EDIT");
+ wxWindowDC dc((wxWindow *)this);
// Clip the DC so that you only draw on the non-client area
RECT rcBorder;
// Clip the DC so that you only draw on the non-client area
RECT rcBorder;