9 lines
192 B
Racket
9 lines
192 B
Racket
(require
|
|
mzlib/class
|
|
embedded-gui)
|
|
|
|
(let* ([pb (new aligned-pasteboard%)]
|
|
[interactions (new vertical-alignment% (parent pb))])
|
|
(send interactions map-to-list (lambda (x) x))
|
|
#t)
|