Gsk.ContainerNode¶
- Subclasses:
None
Methods¶
- Inherited:
class |
|
|
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Gsk.ContainerNode¶
- Bases:
- Abstract:
No
A render node that can contain other render nodes.
- classmethod new(children)¶
- Parameters:
children ([
Gsk.RenderNode
]) – The children of the node- Returns:
the new
GskRenderNode
- Return type:
Creates a new
GskRenderNode
instance for holding the given children.The new node will acquire a reference to each of the children.