Artifact f2ac6fadac1035fa2ef8dbb829cf310c3dc7e578:
- File canvas-draw/api/iup.wiki — part of check-in [ed10f826ff] at 2011-01-30 17:39:09 on branch trunk — Re-ran configure in ffcall and imported canvas-draw source (user: matt, size: 738) [annotate] [blame] [check-ins using]
iup Module
Synopsis
Racket | (require (planet murphy/canvas-draw:1:0/iup)) |
---|---|
CHICKEN | (require-extension canvas-draw-iup) |
IUP context support.
Context Types
[context:iup context?]
Context type for IUP canvas widgets.
Auxiliary Functions
(make-canvas-action [proc (-> canvas-draw:canvas? integer? integer? any)]) → (-> iup:canvas? integer? integer? any)
(make-canvas-action [proc (-> canvas-draw:canvas? integer? integer? any)]) → (-> iup:canvas? integer? integer? any)
Creates an IUP canvas action callback from a function operating on a Canvas Draw canvas.