Virtual Method
IdeTreeAddinbuild_node
Description
This function is called when preparing a node for display in the tree.
Addins should adjust any state on the node that makes sense based on the addin.
You may want to use ide_tree_node_holds()
to determine if the node
contains an item that you are interested in.
Parameters
node
-
Type:
IdeTreeNode
A
IdeTreeNode
.The data is owned by the caller of the function.