Rename wxRendererNative::DrawRadioButton() to DrawRadioBitmap().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Aug 2009 00:44:22 +0000 (00:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Aug 2009 00:44:22 +0000 (00:44 +0000)
commit6e6b532c1a5d0a061e084607e214005a200d5440
treef1890fd7fb532b8d91ccae84a1640e32079235b2
parent995a95737ac42a180c246f04ba36ea7321ded64f
Rename wxRendererNative::DrawRadioButton() to DrawRadioBitmap().

This old name function conflicted with the one in wxRenderer in wxUniv and
also was misleading as this function draws only a bitmap and not the entire
wxRadioButton control.

The old workaround for the warnings about the function names conflict was ugly
and unmaintainable, as proven by the fact that wxRenderer method signature
already became different from the wxRendererNative one.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/renderer.h
include/wx/univ/renderer.h
interface/wx/renderer.h
src/generic/renderg.cpp
src/gtk/renderer.cpp
src/msw/renderer.cpp
src/osx/carbon/renderer.cpp
src/univ/themes/gtk.cpp