construct_child


Description:

[ Version ( since = "2.12" ) ]
public abstract Object construct_child (Builder builder, string name)

Constructs a child of a buildable that has been specified as “constructor” in the UI definition.

This can be used to reference a widget created in a `<ui>` tag which is outside of the normal GtkBuilder UI definition hierarchy. A reference to the constructed object is returned and becomes owned by the caller.