]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
non-osx methods bracketed
[wxWidgets.git] / include / wx / univ / statusbr.h
index 804029fbc14d587826206cf59f3cdfaea3af4e29..85baa6e44fd904ff9c760469084ee6ac142450dd 100644 (file)
 #ifndef _WX_UNIV_STATUSBR_H_
 #define _WX_UNIV_STATUSBR_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "univstatusbr.h"
 #endif
 
+#include "wx/univ/inpcons.h"
+#include "wx/arrstr.h"
+
 // ----------------------------------------------------------------------------
 // wxStatusBar: a window near the bottom of the frame used for status info
 // ----------------------------------------------------------------------------
@@ -86,6 +89,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);