Package: gtk

Function gtk-buildable-add-child

Lambda List

gtk-buildable-add-child (buildable builder child &optional type)

Arguments

buildable -- a gtk-buildable widget
builder -- a gtk-builder object
child -- a g-object child widget to add
type -- an optional string with the kind of the child widget

Details

Adds a child widget to the buildable widget. The type argument is an optional string describing how the child widget should be added, the default value is nil.
 

See also

2021-9-13