X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e7d2550cecf6c13b6f76e7e43da93744ad773b8..8e4c2912462461f9a2133ac39475457d668d1686:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 405fff83fe..be69b64869 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -128,6 +128,10 @@ Changes in behaviour not resulting in compilation errors, please read this! changed. See the updated wxWindow::SetBackgroundStyle() description in the manual for more details. +- wxTreeCtrl::GetSelection now asserts if the tree has the wxTR_MULTIPLE style. + Instead use GetSelections() for multiple items; or if you want only the + single item last touched, the new wxTreeCtrl::GetFocusedItem. + Changes in behaviour which may result in compilation errors ----------------------------------------------------------- @@ -345,6 +349,7 @@ All: All (GUI): +- Added support for showing bitmaps in wxButton. - wxWindow::SetAutoLayout() now works for all windows, not just panels. - Support wxListCtrl columns, items and image lists in XRC (Kinaou Hervé). - Added support for wxFileCtrl to XRC (Kinaou Hervé).