]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
signned/unsigned fix
[wxWidgets.git] / include / wx / univ / statusbr.h
index 5c97873fe81ed447f7267771a68ae4b52d786dcc..86d957c934e98e964f3ac988ba327790d223118e 100644 (file)
@@ -88,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);