ContainerNode.this

Creates a new GskRenderNode instance for holding the given @children.

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

  1. this(GskContainerNode* gskContainerNode, bool ownedRef)
  2. this(RenderNode[] children)
    class ContainerNode

Parameters

children RenderNode[]

The children of the node

Return Value

the new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta