Clutter.ClipNode¶
- Subclasses:
None
Methods¶
- Inherited:
class |
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Clutter.ClipNode¶
- Bases:
- Abstract:
No
- Structure:
The
Clutter.TextNodestructure is an opaque type whose members cannot be directly accessed.New in version 1.10.
- classmethod new()¶
- Returns:
the newly created
Clutter.PaintNode. UseClutter.PaintNode.unref() when done.- Return type:
Creates a new
Clutter.PaintNodethat will clip its child nodes to the 2D regions added to it.New in version 1.10.