Added DoGetFieldRect

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-03-15 12:41:13 +00:00
parent de5fadb415
commit 4077bf8dc4

View 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);