X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa0103384e632ea2106bf61000dc78b976064c1..d11e8786ed13b72766eea18cb577cc00f9f08f41:/include/wx/msw/statbox.h diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index da34503f2c..1f89b27e53 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -39,13 +39,14 @@ public: long style = 0, const wxString& name = wxStaticBoxNameStr); - /// Implementation - virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); + /// Implementation only + virtual void GetBordersForSizer(int *borderTop, int *borderOther) const; protected: virtual wxSize DoGetBestSize() const; virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)