commited a test

original commit: c3eb3402545c5e15c214ce09f51cd1a36e6accc0
This commit is contained in:
Mike MacHenry 2004-10-13 19:56:16 +00:00
parent 484185bce3
commit 1366d41313

View File

@ -0,0 +1,8 @@
(require
(lib "class.ss")
(lib "embedded-gui.ss" "embedded-gui"))
(let* ([pb (new aligned-pasteboard%)]
[interactions (new vertical-alignment% (parent pb))])
(send interactions map-to-list (lambda (x) x))
#t)