ShadowNode
- class ShadowNode(*args, **kwargs)
Superclasses: RenderNode
- Constructors:
ShadowNode(**properties)
new(child:Gsk.RenderNode, shadows:list) -> Gsk.ShadowNode
Constructors
- class ShadowNode
- classmethod new(child: RenderNode, shadows: Sequence[Shadow]) ShadowNode
Creates a
GskRenderNode
that will draw achild
with the givenshadows
below it.- Parameters:
child – The node to draw
shadows – The shadows to apply