]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treebase.h
Remove wxDataViewTextRendererAttr by merging it with wxDataViewTextRenderer.
[wxWidgets.git] / interface / wx / treebase.h
index 4961f6678185098eaa92f8a273efe1de0516816c..e9eaf7da5d6bef9d45db4980749828dcb576f79f 100644 (file)
@@ -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);
 };