:right-sidebar: True FillNode =================================================================== .. currentmodule:: gi.repository.Gsk .. versionadded:: 4.14 .. class:: FillNode(*args, **kwargs) :no-contents-entry: Superclasses: :class:`~gi.repository.Gsk.RenderNode` A render node filling the area given by :obj:`~gi.repository.Gsk.Path` and :obj:`~gi.repository.Gsk.FillRule` with the child node. Constructors ------------ .. rst-class:: interim-class .. class:: FillNode :no-index: .. classmethod:: new(child: ~gi.repository.Gsk.RenderNode, path: ~gi.repository.Gsk.Path, fill_rule: ~gi.repository.Gsk.FillRule) -> ~gi.repository.Gsk.FillNode Creates a ``GskRenderNode`` that will fill the ``child`` in the area given by ``path`` and ``fill_rule``\. .. versionadded:: 4.14 :param child: The node to fill the area with :param path: The path describing the area to fill :param fill_rule: The fill rule to use Methods ------- .. rst-class:: interim-class .. class:: FillNode :no-index: .. method:: get_child() -> ~gi.repository.Gsk.RenderNode Gets the child node that is getting drawn by the given ``node``\. .. versionadded:: 4.14 .. method:: get_fill_rule() -> ~gi.repository.Gsk.FillRule Retrieves the fill rule used to determine how the path is filled. .. versionadded:: 4.14 .. method:: get_path() -> ~gi.repository.Gsk.Path Retrieves the path used to describe the area filled with the contents of the ``node``\. .. versionadded:: 4.14