construct_child
Description:
[
Version ( since =
"2.12" ) ]
public abstract Object construct_child (
Builder builder,
string name)
Constructs a child of this with the name name
.
Builder calls this function if a “constructor” has been specified in the UI
definition.
Parameters:
this |
A Buildable
|
builder |
Builder used to construct this object
|
name |
name of child to construct
|
Returns: