X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8008807eb1ac9f3a5a20c77758b53896f44c5017..d11e8786ed13b72766eea18cb577cc00f9f08f41:/include/wx/msw/statbox.h diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index 23735739d2..1f89b27e53 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -39,10 +39,14 @@ public: 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 WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)