Tree.findChildNode

Searches through the direct children of @node for a matching child. @find_func should return %TRUE if the child matches, otherwise %FALSE.

class Tree
findChildNode

Parameters

node
Type: TreeNode

A #DzlTreeNode

findFunc

A callback to locate the child

userData
Type: void*

user data for @find_func

Return Value

Type: TreeNode

A #DzlTreeNode or %NULL.

Meta