X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eba99da4c0563e6508761272a1e1f1b791d0af6b..414f2513fc42e1ec60954c7c000d7ae78ba6af8c:/include/wx/msw/radiobox.h diff --git a/include/wx/msw/radiobox.h b/include/wx/msw/radiobox.h index 7607e04a40..79b607ebbb 100644 --- a/include/wx/msw/radiobox.h +++ b/include/wx/msw/radiobox.h @@ -144,8 +144,13 @@ protected: int sizeFlags = wxSIZE_AUTO); virtual wxSize DoGetBestSize() const; - virtual WXHRGN MSWCalculateClippingRegion(); - virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); +#ifndef __WXWINCE__ + virtual WXHRGN MSWGetRegionWithoutChildren(); + virtual WXLRESULT MSWWindowProc(WXUINT nMsg, + WXWPARAM wParam, + WXLPARAM lParam); +#endif // __WXWINCE__ + // the buttons we contain wxSubwindows *m_radioButtons;