added generation of wxEVT_SCROLL_XXX (patch 1424698)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-02-10 21:03:35 +00:00
parent 3782aa47f4
commit c4edb7acdf
2 changed files with 56 additions and 16 deletions

View File

@@ -202,6 +202,10 @@ wxWinCE:
is reccommended that you use wxMEDIABACKEND_WMP10 on this platform
directly, however.
wxUniv:
- Send wxEVT_SCROLL_XXX events from wxSlider (Danny Raynor)
wxX11:
- Invisible text problem fixed.