RGtk2 (version 2.20.31)

gtkTreeModelIterParent: gtkTreeModelIterParent

Description

Sets iter to be the parent of child. If child is at the toplevel, and doesn't have a parent, then iter is set to an invalid iterator and FALSE is returned. child will remain a valid node after this function has been called.

Usage

gtkTreeModelIterParent(object, child)

Arguments

object
child

Value

A list containing the following elements:
retval
[logical] TRUE, if iter is set to the parent of child.
iter
The new GtkTreeIter to set to the parent.