/////////////////////////////////////////////////////////////////////////////
-// Name: statbox.h
+// Name: wx/msw/statbox.h
// Purpose: wxStaticBox class
// Author: Julian Smart
// Modified by:
long style = 0,
const wxString& name = wxStaticBoxNameStr);
+ /// Implementation only
+ virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
+
protected:
virtual wxSize DoGetBestSize() const;
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
- virtual WXHBRUSH MSWGetBgBrushForSelf(wxWindow *parent, WXHDC hDC);
+ virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)