X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..6719c06a978dcb50e2e7b156a4925aa9849a7589:/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 {