X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4077bf8dc4b51daf3754adcbcd1e0c45f8c2d05f..1b8865e92caa043cf31043e38a788d8d4a9286e0:/include/wx/univ/statusbr.h diff --git a/include/wx/univ/statusbr.h b/include/wx/univ/statusbr.h index 96ba5b6299..7e3a7aac26 100644 --- a/include/wx/univ/statusbr.h +++ b/include/wx/univ/statusbr.h @@ -17,6 +17,7 @@ #endif #include "wx/univ/inpcons.h" +#include "wx/arrstr.h" // ---------------------------------------------------------------------------- // wxStatusBar: a window near the bottom of the frame used for status info @@ -88,6 +89,7 @@ protected: // also updates m_widthsAbs if necessary wxRect GetTotalFieldRect(wxCoord *borderBetweenFields); + // get the rect for this field without ani side effects (see code) wxRect DoGetFieldRect(int n) const; // refresh the given field