Implement wxRenderer::DrawRadioBitmap() for classic MSW renderer.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:56:48 +0000 (22:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:56:48 +0000 (22:56 +0000)
commit081b33427e1a1b309a14624108ca79bfdbfa7913
treedcc6ada86217a2c3f474c3dfa6cc162015a51be1
parent8c9d15339baaa93fccf53484bbd8c14abf1f334d
Implement wxRenderer::DrawRadioBitmap() for classic MSW renderer.

Clean up the functions added in r57313:
- Versions using wxUxThemeEngine should be in wxRendererXP
- Provide implementation using DrawFrameControl() in wxRendererMSW too
- Refactor the code to avoid triplication in wxRendererMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/renderer.cpp