Artifact 73b16649f583ada76a93edafa92a9b30cbd9497d:
- File canvas-draw/canvas-draw-picture.scm — part of check-in [b465d05d14] at 2013-05-11 16:59:59 on branch trunk — Updated iup and added canvas-draw (user: matt, size: 274) [annotate] [blame] [check-ins using]
;; -*- mode: Scheme; tab-width: 2; -*- ;; ;; {{{ Data types (foreign-declare "#include <cd.h>\n" "#include <cdpicture.h>\n") (include "canvas-draw-types.scm") ;; }}} ;; {{{ Context types (define context:picture (foreign-value "CD_PICTURE" nonnull-context)) ;; }}}