]> git.saurik.com Git - wxWidgets.git/commitdiff
Added DoGetFieldRect
authorJulian Smart <julian@anthemion.co.uk>
Fri, 15 Mar 2002 12:41:13 +0000 (12:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 15 Mar 2002 12:41:13 +0000 (12:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/statusbr.h

index 5c97873fe81ed447f7267771a68ae4b52d786dcc..96ba5b6299196197aabb0545043ce1d226483548 100644 (file)
@@ -88,6 +88,8 @@ protected:
     // also updates m_widthsAbs if necessary
     wxRect GetTotalFieldRect(wxCoord *borderBetweenFields);
 
+    wxRect DoGetFieldRect(int n) const;
+
     // refresh the given field
     void RefreshField(int i);