]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/renderer.cpp
Made wxInfoBar::SetFont() change the text message font.
[wxWidgets.git] / src / msw / renderer.cpp
index 8c31c761927c3a0cc4684f852283bf37e6efc17f..2408a16dd8ddda0e03ea3940cf4b04ba2021d8dd 100644 (file)
@@ -225,7 +225,7 @@ public:
                                 const wxRect& rect,
                                 int flags=0);
 
                                 const wxRect& rect,
                                 int flags=0);
 
-    virtual void DrawRadioButton(wxWindow* win,
+    virtual void DrawRadioBitmap(wxWindow* win,
                                 wxDC& dc,
                                 const wxRect& rect,
                                 int flags=0);
                                 wxDC& dc,
                                 const wxRect& rect,
                                 int flags=0);
@@ -527,7 +527,7 @@ void wxRendererMSW::DrawChoice(wxWindow* win, wxDC& dc,
 
 
 // Draw a themed radio button
 
 
 // Draw a themed radio button
-void wxRendererMSW::DrawRadioButton(wxWindow* win, wxDC& dc, const wxRect& rect, int flags)
+void wxRendererMSW::DrawRadioBitmap(wxWindow* win, wxDC& dc, const wxRect& rect, int flags)
 {
 #if wxUSE_UXTHEME
     wxUxThemeHandle hTheme(win, L"BUTTON");
 {
 #if wxUSE_UXTHEME
     wxUxThemeHandle hTheme(win, L"BUTTON");