]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
modified AddFile() to copy file to the debug report directory if its path is absolute
[wxWidgets.git] / include / wx / msw / radiobox.h
index 7607e04a40190be2684bf550975089092e8945c0..ae7041a3c09e031925f005f94fa99f6b3dc62e67 100644 (file)
@@ -144,8 +144,10 @@ protected:
                            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();
+#endif // __WXWINCE__
+
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;