BuildableT.constructChild

Constructs a child of buildable with the name name. GtkBuilder calls this function if a "constructor" has been specified in the UI definition. Since 2.12

template BuildableT(TStruct)
ObjectG
constructChild
(
Builder builder
,
string name
)

Parameters

builder Builder

GtkBuilder used to construct this object

name string

name of child to construct

Return Value

Type: ObjectG

the constructed child. [transfer full]

Meta