[plt-scheme] Window resize in world programs

From: Jordan Johnson (jmj at fellowhuman.com)
Date: Wed Oct 28 14:27:06 EDT 2009

All,

A question from my class: is there any way to resize the window in a  
world program?  Example situation:

;; world = Nat

;; world -> scene
(define (show w)
   (nw:rectangle w w 'solid 'red))

(big-bang 50 (on-tick add1 .6) (on-draw show))

Best,
Jordan



Posted on the users mailing list.