make simple-graphics frame non-resizable

svn: r2223
This commit is contained in:
Matthew Flatt 2006-02-14 14:26:06 +00:00
parent 00eb9bdb78
commit 95a7041a3a

View File

@ -317,7 +317,10 @@
(close-viewport (send canvas get-viewport))
(send the-time stop)
(inner (void) on-close))
(super-instantiate ())))
(super-instantiate ()
[stretchable-height #f]
[stretchable-width #f]
[style '(no-resize-border)])))
(define repaint
(lambda (viewport)