Re: [racket-users] Custom repl UI widgets

2015-03-30 Thread Steve Olsen
Cool, I have a little snip now that I have a precedure and an input value and when I click I can increment the input val and display the re-evaluated expression. One thing I'd like to add are some controls like a slider or buttons. I know I could just draw something my self and handle clicks mys

Re: [racket-users] Custom repl UI widgets

2015-03-26 Thread Matthew Flatt
At Wed, 25 Mar 2015 17:08:56 -0700 (PDT), Steve Olsen wrote: > I was wondering if anybody could show me an example of a very simple > snip% that maybe drew a circle and had some sort of click interaction > that I could work off of. I'll add the enclosed example to the documentation. -- You recei