From: Vadim Zeitlin Date: Sun, 7 Jun 2009 12:55:42 +0000 (+0000) Subject: mention support for multiselection in wxDirCtrl X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ae042ac1e28bff79b4f2b3dfef4f651da3ccfad2?ds=sidebyside mention support for multiselection in wxDirCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 4c8474284b..5cbf0265b1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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.