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