Buildable.addChild
void addChild(gtk.builder.Builder builder, gobject.object.ObjectWrap child, string type = null)Adds a child to buildable. type is an optional string describing how the child should be added.
Parameters
builder | a #GtkBuilder |
child | child to add |
type | kind of child or null |