DebugNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public DebugNode (RenderNode child, owned string message)
public DebugNode (RenderNode child, owned string message)
Creates a `GskRenderNode` that will add debug information about the given child
.
Adding this node has no visual effect.
Parameters:
child |
The child to add debug info for |
message |
The debug message |
Returns:
A new `GskRenderNode` |