implemented column images for the generic version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-09-03 15:09:56 +00:00
parent 6f806543a4
commit 0a816d9581
2 changed files with 104 additions and 61 deletions

View File

@@ -15,6 +15,7 @@ wxBase:
All (GUI):
- support for virtual list control added
- column images in report mode of the list control
- wxFindReplaceDialog added (based on work of Markus Greither)
- wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
- polygon support in wxRegion (Klaas Holwerda)