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:
Vadim Zeitlin
2009-06-19 23:34:51 +00:00
parent 61dabbffe3
commit febebac1a0
5 changed files with 39 additions and 14 deletions

View 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
-----------------------------------------------------------