Package: gsk

Class gsk:renderer

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct Slots

realized
The realized property of type :boolean (Read)
Whether the renderer has been associated with a surface or draw context.
Default value : false
surface
The surface property of type gdk:surface (Read)
The surface associated with the renderer.

Details

The gsk:renderer class is a class that renders a scene graph defined by a tree of gsk:render-node instances. Typically you will use a gsk:renderer instance to repeatedly call the gsk:renderer-render function to update the contents of its associated gdk:surface object.

It is necessary to realize a gsk:renderer instance using the gsk:renderer-realize function before calling the gsk:renderer-render function, in order to create the appropriate windowing system resources needed to render the scene.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-11-7