Package: gtk

GBoxed cairo-context

Superclasses

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

Documented Subclasses

None

Direct Slots

None

Details

The cairo-context structure represents a Cairo context in GTK. See the documentation of the cairo-t structure for more information.
(define-g-boxed-opaque cairo-context "CairoContext"
  :alloc (error "CairoContext cannot be created from the Lisp side."))  
 

See also

2021-9-14