RenderNodeType
The type of a node determines what the node is rendering.
Entries
Error type. No node will ever have this type.
A node containing a stack of children
A node drawing a cairo_surface_t
A node drawing a single color rectangle
A node drawing a linear gradient
A node drawing a repeating linear gradient
A node drawing a radial gradient
A node drawing a repeating radial gradient
A node drawing a conic gradient
A node stroking a border around an area
A node drawing a GdkTexture
A node drawing an inset shadow
A node drawing an outset shadow
A node that renders its child after applying a matrix transform
A node that changes the opacity of its child
A node that applies a color matrix to every pixel
A node that repeats the child's contents
A node that clips its child to a rounded rectangle
A node that draws a shadow below its child
A node that blends two children together
A node that cross-fades between two children
Debug information that does not affect the rendering
A node that uses OpenGL fragment shaders to render
A node drawing a GdkTexture
scaled and filtered.
A node that strokes a path.
A node that possibly redirects part of the scene graph to a subsurface.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.