]> 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 2658783a362b9072f10ca777080b8966225ecdb7..cb08edafee987bd181bae4d3f77eb1018765c251 100644 (file)
@@ -144,6 +144,11 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
+    virtual WXHRGN MSWGetRegionWithoutChildren();
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg,
+                                    WXWPARAM wParam,
+                                    WXLPARAM lParam);
+
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;