#define _WX_MSW_STATBOX_H_
// Group box
-class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
{
public:
wxStaticBox() { }
protected:
virtual wxSize DoGetBestSize() const;
- // choose the default border for this window
- virtual wxBorder GetDefaultBorder() const;
-
#ifndef __WXWINCE__
public:
virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);