This commit is contained in:
Jay McCarthy 2015-04-30 20:29:41 -04:00
parent 9755558278
commit e7b5d715a1
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
(define gframe%
(class frame%
(define/override (on-size w h)
(async-channel-put events-ch (list 'resize w h))
(refresh!))
(define/augment (on-close)
(async-channel-put events-ch 'close))
@ -61,7 +62,7 @@
(send c get-height)
dc))
(printf "starting at ~v\n" (vector start-x start-y))
;; (printf "starting at ~v\n" (vector start-x start-y))
(define f
(new gframe%