original commit: 684e3180b07fa00532536fe5091f1d77fd990f2b
This commit is contained in:
Robby Findler 1999-04-15 21:58:35 +00:00
parent b7be9ad70c
commit a74c591861
3 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
[tall-snips null]
[update-snip-size
(lambda (width?)
(printf "update-snip-size: ~a~n" width?)
(lambda (s)
(let* ([width (box 0)]
[height (box 0)]

View File

@ -36,7 +36,7 @@
(inherit get-filename save-file
refresh-delayed?
get-canvas
get-max-width get-admin set-filename)
get-max-width get-admin)
(private
[has-focus #f])
(rename [super-on-focus on-focus])

View File

@ -355,6 +355,7 @@
(if (eq? direction 'forward)
'after-or-none
'before-or-none))])
(printf "searching snips: ~a~n" current-snip)
(let ([next-loop
(lambda ()
(if (eq? direction 'forward)