Gtk.Widget.PushCompositeChild Method
Makes all newly-created widgets as composite children until the corresponding Widget.PopCompositeChild call.

Syntax

public static void PushCompositeChild ()

Remarks

A composite child is a child that's an implementation detail of the container it's inside and should not be visible to people using the container. Composite children aren't treated differently by GTK# (but see Container.Foreach vs. GtkContainer.Forall), but e.g. GUI builders might want to treat them in a different way.

Requirements

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