Fix typos in wxTreeEvent::GetOldItem() documentation.
Use the correct EVT_TREE_SEL_CHANG{ING,ED} event names instead of the non-existent EVT_TREE_ITEM_CHANG{ING,ED} ones. Closes #16847. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8ccb2e5525
commit
3686848981
@ -1095,8 +1095,8 @@ public:
|
||||
const wxString& GetLabel() const;
|
||||
|
||||
/**
|
||||
Returns the old item index (valid for @c EVT_TREE_ITEM_CHANGING and
|
||||
@c EVT_TREE_ITEM_CHANGED events).
|
||||
Returns the old item index (valid for @c EVT_TREE_SEL_CHANGING and
|
||||
@c EVT_TREE_SEL_CHANGED events).
|
||||
*/
|
||||
wxTreeItemId GetOldItem() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user