Gsk.CopyNode¶
- Subclasses:
None
Methods¶
- Inherited:
class |
|
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Gsk.CopyNode¶
- Bases:
- Abstract:
No
A render node that copies the current state of the rendering canvas so a [class`Gsk`.PasteNode] can draw it.
New in version 4.22.
- classmethod new(child)¶
- Parameters:
child (
Gsk.RenderNode) – The child- Returns:
A new
GskRenderNode- Return type:
Creates a
GskRenderNodethat copies the current rendering canvas for playback by paste nodes that are part of the child.New in version 4.22.
- get_child()¶
- Returns:
the child
GskRenderNode- Return type:
Gets the child node that is getting drawn by the given self.
New in version 4.22.