]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
implement support for returning several elements at once from IEnumFORMATETC (part...
[wxWidgets.git] / include / wx / univ / statusbr.h
index 804029fbc14d587826206cf59f3cdfaea3af4e29..86d957c934e98e964f3ac988ba327790d223118e 100644 (file)
@@ -16,6 +16,8 @@
     #pragma interface "univstatusbr.h"
 #endif
 
+#include "wx/univ/inpcons.h"
+
 // ----------------------------------------------------------------------------
 // wxStatusBar: a window near the bottom of the frame used for status info
 // ----------------------------------------------------------------------------
@@ -86,6 +88,9 @@ 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
     void RefreshField(int i);