Description Usage Arguments Author(s)
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.
WARNING: gtk_ctree_post_recursive_to_depth
is deprecated and should not be used in newly-written code.
1 | gtkCTreePostRecursiveToDepth(object, node, depth, func, data = NULL)
|
|
The node where to start. |
|
The maximum absolute depth for applying the function. If depth is negative, this function just calls |
|
The function to apply to each node. |
|
A closure argument given to each invocation of the function. |
|
undocumented |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.