add_child
Description:
public abstract void add_child (
Builder builder,
Object child,
string? type)
Adds a child to this.
type is an optional string describing how the child should be added.
Parameters:
| this |
a `GtkBuildable`
|
| builder |
a `GtkBuilder`
|
| child |
child to add
|
| type |
kind of child or null
|