improve wxTreeItemData documentation (closes #10662)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -92,6 +92,12 @@ public:
|
||||
|
||||
/**
|
||||
Sets the item associated with this node.
|
||||
|
||||
Notice that this function is automatically called by wxTreeCtrl methods
|
||||
associating an object of this class with a tree control item such as
|
||||
wxTreeCtrl::AppendItem(), wxTreeCtrl::InsertItem() and
|
||||
wxTreeCtrl::SetItemData() so there is usually no need to call it
|
||||
yourself.
|
||||
*/
|
||||
void SetId(const wxTreeItemId& id);
|
||||
};
|
||||
|
Reference in New Issue
Block a user