Implemented wxStatusBar::Push/PopStatusText.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 2 May 2002 20:07:10 +0000 (20:07 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 2 May 2002 20:07:10 +0000 (20:07 +0000)
commit1f361cddbfcff9c54eef6b8c447d2b93ee2825f5
treefb13d9c1bf37783449f7d5a312cbe548bf93a9be
parentfe87983b952557392f099795b435d00c6f183b45
Implemented wxStatusBar::Push/PopStatusText.
Implemented wxFrame::Push/PopSTatusText ( just forward to the status bar ).
Implemented wxFrame::DoGiveHelp, to show menu/toolbar help in the status bar.
Added Get/SetStatusBarPane to get/set the status bar pane the menu/toolbar help
  will be show in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/frame.h
include/wx/statusbr.h
src/common/framecmn.cpp
src/common/statbar.cpp
src/common/tbarbase.cpp
src/generic/statusbr.cpp
src/msw/frame.cpp