Class

GskFillNode

since: 4.14

[]

Description [src]

final class Gsk.FillNode : GObject.TypeInstance
{
  /* No available fields */
}

A render node filling the area given by GskPath and GskFillRule with the child node.

Available since: 4.14

[]

Hierarchy

hierarchy this GskFillNode ancestor_0 GskRenderNode ancestor_0--this
[]

Ancestors

[]

Constructors

gsk_fill_node_new

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

since: 4.14

[]

Instance methods

gsk_fill_node_get_child

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

since: 4.14

gsk_fill_node_get_fill_rule

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

since: 4.14

gsk_fill_node_get_path

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

since: 4.14

Methods inherited from GskRenderNode (8)