[ CCode ( instance_pos = 3.9 ) ]
public delegate bool TreeFindFunc (Tree tree, TreeNode node, TreeNode child)
Callback to check child
, a child of node
, matches a lookup request.
Returns true if child
matches, false if not.
true if |