X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f68586e51b20dccee3fd5645aeaca7cc8ff298c2..bf9b6266faaa6534b75e5282aab58f1476eecbaa:/include/wx/msw/statbox.h diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index 734392f53b..2e18c72266 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -16,15 +16,9 @@ #pragma interface "statbox.h" #endif -#include "wx/control.h" - -WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBoxNameStr; - // Group box -class WXDLLEXPORT wxStaticBox : public wxControl +class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase { -DECLARE_DYNAMIC_CLASS(wxStaticBox) - public: wxStaticBox() { } @@ -50,14 +44,14 @@ public: virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); - virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor, - WXUINT message, WXWPARAM wParam, WXLPARAM lParam); - // overriden base class virtuals virtual bool AcceptsFocus() const { return FALSE; } protected: virtual wxSize DoGetBestSize() const; + +private: + DECLARE_DYNAMIC_CLASS(wxStaticBox) }; #endif