Package: gdk

Class gdk:draw-context

Superclasses

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

Documented Subclasses

Direct Slots

display
The display property of type gdk:display (Read / Write / Construct Only)
The display used to create the draw context.
surface
The surface property of type gdk:surface (Read / Write / Construct Only)
The surface the draw context is bound to.

Details

The gdk:draw-context object is the base object used by contexts implementing different rendering methods, such as the gdk:gl-context context. It provides shared functionality between those contexts. You will always interact with one of those subclasses.

A gdk:draw-context object is always associated with a single toplevel surface.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-11-29