ShadowNode.this

Creates a GskRenderNode that will draw a @child with the given @shadows below it.

  1. this(GskShadowNode* gskShadowNode, bool ownedRef)
  2. this(RenderNode child, GskShadow[] shadows)
    class ShadowNode

Parameters

child RenderNode

The node to draw

shadows GskShadow[]

The shadows to apply

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta