Gtk.TreeModel.Foreach Method
Calls func on each node in model in a depth-first fashion.

Syntax

public void Foreach (TreeModelForeachFunc func)

Parameters

func
an object of type Gtk.TreeModelForeachFunc

Remarks

If func returns true, then the tree ceases to be walked, and this method returns.

Requirements

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