X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..eeb0bee1d31939f8ff14a3c7dba6ff22fcdb6fff:/include/wx/statline.h diff --git a/include/wx/statline.h b/include/wx/statline.h index b1046d6d5e..87115f6f13 100644 --- a/include/wx/statline.h +++ b/include/wx/statline.h @@ -50,6 +50,9 @@ public: virtual bool AcceptsFocus() const { return false; } protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // set the right size for the right dimension wxSize AdjustSize(const wxSize& size) const {