]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Fixes & Hacks to make sockets compile on CYGWIN with windows enabled
[wxWidgets.git] / include / wx / msw / radiobox.h
index 7607e04a40190be2684bf550975089092e8945c0..cb08edafee987bd181bae4d3f77eb1018765c251 100644 (file)
@@ -144,8 +144,11 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
-    virtual WXHRGN MSWCalculateClippingRegion();
-    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXHRGN MSWGetRegionWithoutChildren();
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg,
+                                    WXWPARAM wParam,
+                                    WXLPARAM lParam);
+
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;