gtkTreeModelIterParent: gtkTreeModelIterParent

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1
gtkTreeModelIterParent(object, child)

Arguments

object

A GtkTreeModel

child

The GtkTreeIter.

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.