original commit: e089b17782493903ae3d2c882ef2c4742e4ad424
This commit is contained in:
Robby Findler 2001-10-02 03:05:47 +00:00
parent 3e2afd5481
commit 7039dae23a
2 changed files with 1 additions and 12 deletions

View File

@ -15,14 +15,3 @@
(export (unit gui-utils)))
#f
mred^))
#|
(require gui-utils)
(define f (make-object frame% "frame" #f 300 600))
(define lb (instantiate gui-utils:alphabetic-list-box% ()
(label #f)
(parent f)
(callback void)
(choices '("abcz" "b" "c" "d" "e" "f" "xbcdefghi"))))
(send f show #t)
|#

View File

@ -62,7 +62,7 @@
(hash-table-put! hash-table (add-#% x) 'lambda)
(hash-table-put! hash-table x 'lambda))
'(
instantiate
instantiate super-instantiate
lambda let let* letrec recur
with-syntax
module