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:
@@ -1095,8 +1095,8 @@ public:
|
|||||||
const wxString& GetLabel() const;
|
const wxString& GetLabel() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the old item index (valid for @c EVT_TREE_ITEM_CHANGING and
|
Returns the old item index (valid for @c EVT_TREE_SEL_CHANGING and
|
||||||
@c EVT_TREE_ITEM_CHANGED events).
|
@c EVT_TREE_SEL_CHANGED events).
|
||||||
*/
|
*/
|
||||||
wxTreeItemId GetOldItem() const;
|
wxTreeItemId GetOldItem() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user