X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c140b7e7c9aabb61ab5e6e017cfb768c05373502..34c9978dac9a0120731737d5c6c5f629d1ace32b:/include/wx/msw/statbox.h?ds=sidebyside diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index decf37139d..4109ac7a19 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -39,17 +39,11 @@ public: long style = 0, const wxString& name = wxStaticBoxNameStr); - // implementation from now on - // -------------------------- - - virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); - - // overriden base class virtuals - virtual bool AcceptsFocus() const { return FALSE; } - protected: virtual wxSize DoGetBestSize() const; + virtual WXHBRUSH MSWGetBgBrushForSelf(wxWindow *parent, WXHDC hDC); + private: DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox) };