added EVT_LIST_COMMAND_CACHE_HINT, implemented it for MSW and test in the sample; briefly documented virtual list control fucntionality

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-20 00:25:09 +00:00
parent 481c879b8e
commit 614391dc08
8 changed files with 120 additions and 8 deletions

View File

@@ -1,15 +1,16 @@
wxWindows 2 Change Log
----------------------
2.3.3
2.3.2
-----
wxBase:
- wxRegEx class added
2.3.2
-----
All (GUI):
- support for virtual list control added
2.3.1
-----