- const wxString& label,
- const wxPoint& pos = wxDefaultPosition,
- const wxSize& size = wxDefaultSize,
- long style = 0,
- const wxString& name = wxStaticBoxNameStr);
+ const wxString& label,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ long style = 0,
+ const wxString& name = wxStaticBoxNameStr);
+
+ /// Implementation only
+ virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
+
+ virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;