]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
don't draw buttons unless we have wxTR_HAS_BUTTONS style
[wxWidgets.git] / include / wx / univ / statusbr.h
index 96ba5b6299196197aabb0545043ce1d226483548..7e3a7aac262699189edb352b4e99e410d172bed2 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/univ/inpcons.h"
 #endif
 
 #include "wx/univ/inpcons.h"
+#include "wx/arrstr.h"
 
 // ----------------------------------------------------------------------------
 // wxStatusBar: a window near the bottom of the frame used for status info
 
 // ----------------------------------------------------------------------------
 // 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);
 
     // 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
     wxRect DoGetFieldRect(int n) const;
 
     // refresh the given field