]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / radiobox.h
index 7607e04a40190be2684bf550975089092e8945c0..79b607ebbbd1578960498f7fcce0b178bcfb5d8b 100644 (file)
@@ -144,8 +144,13 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
-    virtual WXHRGN MSWCalculateClippingRegion();
-    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+#ifndef __WXWINCE__
+    virtual WXHRGN MSWGetRegionWithoutChildren();
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg,
+                                    WXWPARAM wParam,
+                                    WXLPARAM lParam);
+#endif // __WXWINCE__
+
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;