Gsk.PasteNode¶
- Subclasses:
None
Methods¶
- Inherited:
class |
|
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Gsk.PasteNode¶
- Bases:
- Abstract:
No
A render node for a paste.
New in version 4.22.
- classmethod new(bounds, depth)¶
- Parameters:
bounds (
Graphene.Rect) – the rectangle to render the paste intodepth (
int) – the index of which copy to paste. This will usually be 0.
- Returns:
A new
GskRenderNode- Return type:
Creates a
GskRenderNodethat will paste copied contents.New in version 4.22.