Gtk.Container.Forall Method
Invokes a callback function on each child of this container, including children that are considered "internal" (implementation details of the container). "Internal" children generally weren't added by the user of the container but were added by the container implementation itself.

Syntax

public void Forall (Callback cb)

Parameters

cb
a Gtk.Callback

Remarks

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

Requirements

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