updated to new require* macros and procedures
original commit: a41947b2f07b9b95a0d9dd1eca5234189c61a01c
This commit is contained in:
parent
5c8ef957a0
commit
909549fcda
|
@ -994,7 +994,7 @@
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(let ([frame (get-frame)])
|
(let ([frame (get-frame)])
|
||||||
(when frame
|
(when frame
|
||||||
((uq-ivar frame ivar-sym))))))
|
((ivar/proc frame ivar-sym))))))
|
||||||
tag))])
|
tag))])
|
||||||
(public
|
(public
|
||||||
[set-anchor
|
[set-anchor
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
(if (is-a? p wx:frame%)
|
(if (is-a? p wx:frame%)
|
||||||
p
|
p
|
||||||
(loop (send p get-parent))))])
|
(loop (send p get-parent))))])
|
||||||
((uq-ivar frame method))
|
((ivar/proc frame method))
|
||||||
#t)))])
|
#t)))])
|
||||||
(lambda (kmap)
|
(lambda (kmap)
|
||||||
(let* ([map (lambda (key func)
|
(let* ([map (lambda (key func)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user