X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53b6d7a29879a67a54e1f26e77a0697fecacf839..04453a9e1e53ff185f26b1979a2febe1df7c656a:/include/wx/statusbr.h?ds=sidebyside diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index 3c892013ad..1a136a0c62 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -97,6 +97,9 @@ public: // don't want status bars to accept the focus at all virtual bool AcceptsFocus() const { return false; } + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + virtual bool CanBeOutsideClientArea() const { return true; } + protected: // set the widths array to NULL void InitWidths();