generic status bar now:
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2002 13:16:46 +0000 (13:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2002 13:16:46 +0000 (13:16 +0000)
commit390015c0ee28d25b0b7e23c42a52733adcac334f
tree8ed7e21716a8f95abaa15f7cbfd458a839afa8a8
parent333e110dab18d80a24f143e3d26103bec255c34f
generic status bar now:
1. works correctly (handles negative widths according to the docs/MSW/Univ)
2. has shorter and simpler GetFieldRect() implementation
3. ... which is also more efficient (pixel widths are cached)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/statusbr.tex
include/wx/generic/statusbr.h
src/generic/statusbr.cpp