+ // common part of all ctors
+ void Init();
+
+ 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
+ wxArrayInt m_widthsAbs;
+