Gsk.RoundedClipNode

g Gsk.RenderNode Gsk.RenderNode Gsk.RoundedClipNode Gsk.RoundedClipNode Gsk.RenderNode->Gsk.RoundedClipNode

Subclasses:

None

Methods

Inherited:

Gsk.RenderNode (8)

class

new (child, clip)

get_child ()

get_clip ()

Virtual Methods

None

Fields

None

Class Details

class Gsk.RoundedClipNode
Bases:

Gsk.RenderNode

Abstract:

No

A render node applying a rounded rectangle clip to its single child.

classmethod new(child, clip)
Parameters:
Returns:

A new GskRenderNode

Return type:

Gsk.RoundedClipNode

Creates a GskRenderNode that will clip the child to the area given by clip.

get_child()
Returns:

The child that is getting clipped

Return type:

Gsk.RenderNode

Gets the child node that is getting clipped by the given self.

get_clip()
Returns:

a rounded rectangle

Return type:

Gsk.RoundedRect

Retrieves the rounded rectangle used to clip the contents of the self.