GtkCTree::pre_recursive_to_depth

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.