Gsk.FillNode

g Gsk.FillNode Gsk.FillNode Gsk.RenderNode Gsk.RenderNode Gsk.RenderNode->Gsk.FillNode

Subclasses:

None

Methods

Inherited:

Gsk.RenderNode (9)

class

new (child, path, fill_rule)

get_child ()

get_fill_rule ()

get_path ()

Virtual Methods

None

Fields

None

Class Details

class Gsk.FillNode
Bases:

Gsk.RenderNode

Abstract:

No

A render node filling the area given by [struct`Gsk`.Path] and [enum`Gsk`.FillRule] with the child node.

New in version 4.14.

classmethod new(child, path, fill_rule)
Parameters:
Returns:

A new GskRenderNode

Return type:

Gsk.FillNode

Creates a GskRenderNode that will fill the child in the area given by path and fill_rule.

New in version 4.14.

get_child()
Returns:

The child that is getting drawn

Return type:

Gsk.RenderNode

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

New in version 4.14.

get_fill_rule()
Returns:

a GskFillRule

Return type:

Gsk.FillRule

Retrieves the fill rule used to determine how the path is filled.

New in version 4.14.

get_path()
Returns:

a GskPath

Return type:

Gsk.Path

Retrieves the path used to describe the area filled with the contents of the self.

New in version 4.14.