X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..cf516c2bb2b8bc462f6f0cb852fb2fc2d86c9c66:/include/wx/generic/statusbr.h diff --git a/include/wx/generic/statusbr.h b/include/wx/generic/statusbr.h index 2f58f2b93e..785011cbeb 100644 --- a/include/wx/generic/statusbr.h +++ b/include/wx/generic/statusbr.h @@ -19,6 +19,11 @@ #include "wx/pen.h" #include "wx/arrstr.h" + +// ---------------------------------------------------------------------------- +// wxStatusBarGeneric +// ---------------------------------------------------------------------------- + class WXDLLIMPEXP_CORE wxStatusBarGeneric : public wxStatusBarBase { public: @@ -87,11 +92,13 @@ protected: // common part of all ctors void Init(); + // the array of the currently displayed strings wxArrayString m_statusStrings; // the last known width of the client rect (used to rebuild cache) int m_lastClientWidth; - // the widths of the status bar panes in pixels + + // the absolute widths of the status bar panes in pixels wxArrayInt m_widthsAbs; int m_borderX;