]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
disable new event code unconditionally for now
[wxWidgets.git] / include / wx / generic / statusbr.h
index 2f58f2b93e11a394b251589832a42cde88c5509e..785011cbeb24a5c6af19f526d683dd50b30a617d 100644 (file)
 #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;