#define _WX_MSW_STATBOX_H_
// Group box
-class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
{
public:
wxStaticBox() { }
// returns true if the platform should explicitly apply a theme border
virtual bool CanApplyThemeBorder() const { return false; }
+ virtual wxPoint GetClientAreaOrigin() const;
+ virtual void DoGetClientSize(int *width, int *height) const;
+
+
protected:
virtual wxSize DoGetBestSize() const;