]> git.saurik.com Git - wxWidgets.git/commit - include/wx/univ/statusbr.h
save the current status text for each pane inside wxStatusBarPane: native controls...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 9 Feb 2009 00:33:19 +0000 (00:33 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 9 Feb 2009 00:33:19 +0000 (00:33 +0000)
commit0cd159592e4d9c979aa5a626627cdd9158fcc34f
tree9d7d94ade57070a1edf2c4bd8be11bc08d0bee81
parent4879f2120c925eb2448d70ddaee7340e0724f0c2
save the current status text for each pane inside wxStatusBarPane: native controls now store the (eventually) ellipsized version of the string; remove code for managing the status strings currently inside the [native|generic] control; add ellipsization support under wxMSW; now that all SetFieldsCount() implementation rrely on wxStatusBarBase::SetFieldsCount document how it behaves when adding new panes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/statusbr.h
include/wx/msw/statusbar.h
include/wx/osx/statusbr.h
include/wx/statusbr.h
include/wx/univ/statusbr.h
interface/wx/statusbr.h
src/common/statbar.cpp
src/generic/statusbr.cpp
src/msw/statusbar.cpp
src/osx/carbon/statbrma.cpp
src/univ/statusbr.cpp