DebugNode.this

Creates a GskRenderNode that will add debug information about the given @child.

Adding this node has no visual effect.

  1. this(GskDebugNode* gskDebugNode, bool ownedRef)
  2. this(RenderNode child, string message)
    class DebugNode
    this

Parameters

child RenderNode

The child to add debug info for

message string

The debug message

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta