Glade.XML.HandleInternalChild Method
This function is intended to be called by the build_children callback for container widgets.

Syntax

public void HandleInternalChild (Gtk.Widget parent, ChildInfo child_info)

Parameters

parent
the parent widget
child_info
the Glade.ChildInfo structure for the child

Remarks

This function is intended to be called by the build_children callback for container widgets. If the build_children callback encounters a child with the internal-child attribute set, then it should call this function to handle it and then continue on to the next child.

Requirements

Namespace: Glade
Assembly: glade-sharp (in glade-sharp.dll)