use scheme:text% for rendering behaviors

svn: r9939
This commit is contained in:
Greg Cooper 2008-05-23 00:19:17 +00:00
parent 90fbc2e14b
commit 6db00dbd9c

View File

@ -4,6 +4,8 @@
mzlib/list mzlib/list
mzlib/port mzlib/port
framework
;; FRP requires ;; FRP requires
frtime/frp-core frtime/frp-core
@ -85,6 +87,7 @@
(send (get-editor) lock #t))))) (send (get-editor) lock #t)))))
(super-new (super-new
[editor (new scheme:text%)]
[with-border? #f] [with-border? #f]
[left-margin 0] [left-margin 0]
[right-margin 0] [right-margin 0]