gsk.container_node
Module for [ContainerNode] class
class ContainerNode
Types 1
classContainerNode : gsk.render_node.RenderNode
A render node that can contain other render nodes.
Methods
gsk.render_node.RenderNode getChild(uint idx)Gets one of the children of container.uint getNChildren()Retrieves the number of direct children of node. Returns: the number of children of the [gsk.render_node.RenderNode]Constructors
this(gsk.render_node.RenderNode[] children)Creates a new [gsk.render_node.RenderNode] instance for holding the given children.