Description Usage Arguments Details Value Author(s)
Sets iter
to point to the first child of parent
. If parent
has no
children, FALSE
is returned and iter
is set to be invalid. parent
will remain a valid node after this function has been called.
1 | gtkTreeModelIterChildren(object, parent = NULL)
|
|
A |
|
The |
If parent
is NULL
returns the first node, equivalent to
gtk_tree_model_get_iter_first (tree_model, iter);
A list containing the following elements:
retval |
[logical] |
|
The new |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.