BuildableT.getInternalChild

Get the internal child called childname of the buildable object. Since 2.12

template BuildableT(TStruct)
ObjectG
getInternalChild
(
Builder builder
,
string childname
)

Parameters

builder Builder

a GtkBuilder

childname string

name of child

Return Value

Type: ObjectG

the internal child of the buildable object. [transfer none]

Meta