gsk.debug_node

Module for [DebugNode] class

class DebugNode

Types 1

A render node that emits a debugging message when drawing its child node.

Methods
gsk.render_node.RenderNode getChild()Gets the child node that is getting drawn by the given node. Returns: the child [gsk.render_node.RenderNode]
string getMessage()Gets the debug message that was set on this node Returns: The debug message
Constructors
this(void * ptr, Flag!"Take" take)
this(gsk.render_node.RenderNode child, string message)Creates a [gsk.render_node.RenderNode] that will add debug information about the given child.