]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/renderer.cpp
better fix for #11803, don't set iconized state for hidden window
[wxWidgets.git] / src / gtk / renderer.cpp
index a70d4e35b70089fb21749fe34d9616768f77ae46..9889c5e4dae1c39c5e778418fb4bf56edfc3e127 100644 (file)
@@ -114,7 +114,7 @@ public:
                                 const wxRect& rect,
                                 int flags=0);
 
-    virtual void DrawRadioButton(wxWindow* win,
+    virtual void DrawRadioBitmap(wxWindow* win,
                                 wxDC& dc,
                                 const wxRect& rect,
                                 int flags=0);
@@ -728,7 +728,7 @@ void wxRendererGTK::DrawChoice(wxWindow* win, wxDC& dc,
 
 
 // Draw a themed radio button
-void wxRendererGTK::DrawRadioButton(wxWindow* win, wxDC& dc, const wxRect& rect, int flags)
+void wxRendererGTK::DrawRadioBitmap(wxWindow* win, wxDC& dc, const wxRect& rect, int flags)
 {
     GtkWidget *button = wxGTKPrivate::GetRadioButtonWidget();