Package: gdk
Class gdk:drawing-context
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gdk:drawing-context object is an object that represents the current drawing state of a gdk:window object. It is possible to use a gdk:drawing-context object to draw on a gdk:window object via rendering API like Cairo or OpenGL. A gdk:drawing-context object can only be created by calling the gdk:window-begin-draw-frame function and will be valid until a call to the gdk:window-end-draw-frame function. The gdk:drawing-context class is available since GDK 3.22. | Inherited Slot Access FunctionsSee also |
#2023-3-10