GtkCTree::pre_recursive_to_depth
void pre_recursive_to_depth(GtkCTreeNode node, int depth, String callback, ??? own_parameter]);
Recursively apply a function to nodes up to a certain depth.
The function is called for each node after it has been called for that node's children.
For a in-detail description, see
post_recursive_to_depth.