ContainerNode.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gsk.render_node.RenderNode[] children) nothrow

Creates a new gsk.render_node.RenderNode instance for holding the given children.

The new node will acquire a reference to each of the children.

Parameters

childrenThe children of the node

Returns