git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5649
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// want to process arrows ourselves because neither of them is
// smart enough to handle arrows properly for us
{
// want to process arrows ourselves because neither of them is
// smart enough to handle arrows properly for us
{
- long lDlgCode = ::CallWindowProc(s_wndprocRadioBtn, hwnd,
+ long lDlgCode = ::CallWindowProc(CASTWNDPROC s_wndprocRadioBtn, hwnd,
message, wParam, lParam);
message, wParam, lParam);
+ //CallWindowProc(CASTWNDPROC gs_wndprocToolTip, hwndTT, msg, wParam, lParam);
+
return lDlgCode | DLGC_WANTARROWS;
}
return lDlgCode | DLGC_WANTARROWS;
}
- return ::CallWindowProc(s_wndprocRadioBtn, hwnd, message, wParam, lParam);
+ return ::CallWindowProc(CASTWNDPROC s_wndprocRadioBtn, hwnd, message, wParam, lParam);
+
+