1. status bar can now be positioned on top (and anywhere, in fact)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Mar 2000 00:45:54 +0000 (00:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 14 Mar 2000 00:45:54 +0000 (00:45 +0000)
commit43b5058d590c7acf58e5f75ec015e717d03830a2
tree978b2679611e8a97577961c7f6d44fcaa02a36cf
parente828e4f7f10ae3ce6c4575011564c457b02e57c3
1. status bar can now be positioned on top (and anywhere, in fact)
2. status bar without wxST_SIZEGRIP style won't have the size grip (wow)
3. scrollbars don't get the cursor of the main window any more
4. introduced wxSetCursorEvent and use it in wxSplitterWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/event.h
include/wx/generic/splitter.h
include/wx/statusbr.h
src/generic/splitter.cpp
src/msw/statbr95.cpp
src/msw/window.cpp