Gtk.Container.Foreach Method
Invokes a callback function on each non-internal child of this container. See Container.Forall for more details on internal children.

Syntax

public void Foreach (Callback cb)

Parameters

cb
a Gtk.Callback

Remarks

Most applications should use this method instead of Container.Forall.

Requirements

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