X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3304646d0657d889ad676485a4b635e2032b0038..fba05595e6cca40763f8ead119c7ad61cb01e0e4:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index cb07ac1fd1..be584f3c89 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -20,6 +20,8 @@ #include "wx/list.h" #include "wx/dynarray.h" +extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxStatusBarNameStr[]; + WX_DECLARE_LIST(wxString, wxListString); // ---------------------------------------------------------------------------- @@ -95,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();