gsk.repeat_node

Module for [RepeatNode] class

Types 1

classRepeatNode : gsk.render_node.RenderNode

A render node repeating its single child node.

Methods
gsk.render_node.RenderNode getChild()Retrieves the child of node. Returns: a [gsk.render_node.RenderNode]
graphene.rect.Rect getChildBounds()Retrieves the bounding rectangle of the child of node. Returns: a bounding rectangle
Constructors
this(void * ptr, Flag!"Take" take)
this(graphene.rect.Rect bounds, gsk.render_node.RenderNode child, graphene.rect.Rect childBounds = null)Creates a [gsk.render_node.RenderNode] that will repeat the drawing of child across the given bounds.