X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b6e5fb3f58f881d70dda6531f9c8372231a59cf..9e07d399198ef5a2c2773dbaf8a1ad6b95952c5e:/include/wx/msw/statbox.h?ds=sidebyside diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index 0922fe12ee..e3714e0a36 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -45,6 +45,9 @@ public: protected: virtual wxSize DoGetBestSize() const; + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const; + virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);