]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
Fix for decoding of utf-16 surrogates. Also remove #include that's not needed
[wxWidgets.git] / include / wx / msw / radiobox.h
index 2658783a362b9072f10ca777080b8966225ecdb7..7607e04a40190be2684bf550975089092e8945c0 100644 (file)
@@ -144,6 +144,8 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
+    virtual WXHRGN MSWCalculateClippingRegion();
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     // the buttons we contain
     wxSubwindows *m_radioButtons;