]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
added wxTreeCtrl::GetFocusedItem() (closes #10859)
[wxWidgets.git] / docs / changes.txt
index 405fff83fec7d4b98210cbb8019425b7d51ef8d2..48baa8bd11aa33c6fc2313a38bc1aca1f61cae24 100644 (file)
@@ -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
 -----------------------------------------------------------