Tree.findCustom

Walks the entire tree looking for the first item that matches given @equal_func and @key.

The first parameter to @equal_func will always be @key. The second parameter will be the nodes #DzlTreeNode:item property.

class Tree
findCustom
(
GEqualFunc equalFunc
,
void* key
)

Parameters

equalFunc
Type: GEqualFunc

A #GEqualFunc

key
Type: void*

the key for @equal_func

Return Value

Type: TreeNode

A #DzlTreeNode or %NULL.

Meta