original commit: 7ebce097a0457fe194639ce0a57e01fbeefa2477
This commit is contained in:
Matthew Flatt 2004-11-09 21:44:14 +00:00
parent 8725f0c793
commit 427ebabc01
2 changed files with 8 additions and 1 deletions

View File

@ -54,7 +54,7 @@
i)))
(define (show-instructions file)
(letrec ([f (make-object frame% file #f 400 400)]
(letrec ([f (make-object frame% (path->string file) #f 400 400)]
[print (make-object button% "Print" f
(lambda (b ev)
(send e print)))]

View File

@ -1,4 +1,11 @@
Version 299.22
Added 'float style for frame%
Added combo-field%
Added 'combo style for canvas% and editor-canvas%
Added set-min-width function to popup-menu%
Changed default 'decorative PostScript font to Helvetica
Version 299.21
X: clipboard now supported, and the X clipboard and X selection
are properly distinguished; set the MrEd:selectionAsClipboard