Version: 4.0.2
7 An Example
; nothing appears to happen, but the library is initialized... |
|
(define w (open-viewport "practice" 300 300)) |
; viewport window appears |
|
; line appears |
|
(close-viewport w) |
; viewport disappears |
|
; again, nothing appears to happen, but |
; unclosed viewports (if any) would disappear |