]> git.saurik.com Git - wxWidgets.git/commitdiff
mention support for multiselection in wxDirCtrl
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jun 2009 12:55:42 +0000 (12:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jun 2009 12:55:42 +0000 (12:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 4c8474284b629bf2f741f8abf8ae63769e875645..5cbf0265b12858a882607ebe357e05c67ddca0eb 100644 (file)
@@ -337,6 +337,7 @@ All (GUI):
 - wxWindow::SetAutoLayout() now works for all windows, not just panels.
 - Support wxListCtrl columns, items and image lists in XRC (Kinaou HervĂ©).
 - Added wxEditableListBox XRC handler.
+- Added multiple selection support to wxDirCtrl (Steve Lamerton).
 - wxGrid: add possibility to prevent resizing of individual rows/columns.
 - wxHTML: add support for table borders width (Laurent Humbertclaude).
 - Added wxMouseEventsManager.