projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't create samples/autoconf_inc.m4
[wxWidgets.git]
/
include
/
wx
/
univ
/
statusbr.h
diff --git
a/include/wx/univ/statusbr.h
b/include/wx/univ/statusbr.h
index 5c97873fe81ed447f7267771a68ae4b52d786dcc..86d957c934e98e964f3ac988ba327790d223118e 100644
(file)
--- a/
include/wx/univ/statusbr.h
+++ b/
include/wx/univ/statusbr.h
@@
-88,6
+88,9
@@
protected:
// also updates m_widthsAbs if necessary
wxRect GetTotalFieldRect(wxCoord *borderBetweenFields);
// 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);
// refresh the given field
void RefreshField(int i);