added wxTreeCtrl::GetFocusedItem() (closes #10859)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
-----------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user