BuildableT.addChild

Adds a child to buildable. type is an optional string describing how the child should be added. Since 2.12

template BuildableT(TStruct)
void
addChild
(
Builder builder
,
ObjectG child
,
string type
)

Parameters

builder Builder

a GtkBuilder

child ObjectG

child to add

type string

kind of child or NULL. [allow-none]

Meta