GtkBuildableIface.getInternalChild

Returns an internal child of a buildable. gtk.dialog.Dialog implements this to give access to its @vbox, making it possible to add children to the vbox in a UI definition. Implement this if the buildable has internal children that may need to be accessed from a UI definition.

struct GtkBuildableIface
extern (C)
ObjectC* function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* childname) getInternalChild;