.
original commit: 7ebce097a0457fe194639ce0a57e01fbeefa2477
This commit is contained in:
parent
8725f0c793
commit
427ebabc01
|
@ -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)))]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user