The great wxVScrolledWindow refactoring: allow using it both horizontal and

vertical directions (slightly modified patch 1671181)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-08 01:58:16 +00:00
parent 4e4e981fe6
commit f18eaf2687
21 changed files with 3116 additions and 756 deletions

View File

@@ -83,6 +83,7 @@ All:
All (GUI):
- Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty)
- Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron)
- Added support for labels for toolbar controls (Vince Harron)
- Added wxEventBlocker class (Francesco Montorsi).