GtkCTree::pre_recursive

GtkCTree::pre_recursive

void pre_recursive(GtkCTreeNode node, String callback, ??? own_parameter]);

Recursively apply a function to all nodes of the tree at or below a certain node. The function is called for each node after it has been called for its parent.

For a in-detail description, see post_recursive.

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