]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
Fix for decoding of utf-16 surrogates. Also remove #include that's not needed
[wxWidgets.git] / include / wx / msw / statbox.h
index 1f89b27e536bad61c0d09bb4fdb8045687ab84eb..e222abbeb131ff49f75b10e12b19bac0deb80f0c 100644 (file)
@@ -48,8 +48,12 @@ protected:
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
+    virtual WXHRGN MSWCalculateClippingRegion();
+    virtual void MSWClipBoxRegion(HRGN hrgn, const RECT *rc);
+    void OnPaint(wxPaintEvent& event);
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)
+    DECLARE_EVENT_TABLE()
 };
 
 #endif // _WX_MSW_STATBOX_H_