Gtk.TreeStore.IterParent Method

Sets iter to be the parent of child.

Syntax

public bool IterParent (out TreeIter iter, TreeIter child)

Parameters

iter
an object of type Gtk.TreeIter
child
an object of type Gtk.TreeIter

Returns

an object of type bool

Remarks

If child is at the toplevel, and does not 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.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)