Buildable.constructChild

gobject.object.ObjectWrap constructChild(gtk.builder.Builder builder, string name)

Constructs a child of buildable with the name name.

#GtkBuilder calls this function if a “constructor” has been specified in the UI definition.

Parameters

builder#GtkBuilder used to construct this object
namename of child to construct

Returns

the constructed child