Do you mean something like this: 

#lang lazy 

(require racket/gui)

(define f (new frame% [label "hello world"] [width 200] [height 200]))
(define t (new button% [label "bye"] [parent f] [callback void]))

(send f show #t)




On May 21, 2012, at 9:49 PM, Michael Rice wrote:

> I answered my own question by looking at the language menu, I think.
> 
> Michael
> 
> On Mon, May 21, 2012 at 4:02 PM, Michael Rice <limitc...@gmail.com> wrote:
> Can I get Racket's graphics capability with lazy Scheme?
> 
> Michael
> 
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to