On Apr 3, 2015, at 8:56 AM, Alexander D. Knauth <[email protected]> wrote:
> > On Apr 3, 2015, at 4:40 AM, Gour <[email protected]> wrote: > >> I've found the following: >> >> "Sadly, RacketGUI lacks some advanced controls I often want: >> >> trees >> tables containing controls in cells >> However the list-box% control supports cells that only contain text. >> tree-tables >> “ > > For tables, I wrote my own version of some kind of table for racket’s gui so > that I could use it in a gui latin dictionary I was making. > I’ll reply again if I can find it and separate it into its own library that I > can share. Here it is, although some of the things I did like creating objects on a dummy panel and then reparenting them seem like they could be bad ideas. https://github.com/AlexKnauth/racket-gui-table > Also, I looked on pkgs.racket-lang.org, and found this: > http://pkgs.racket-lang.org/#[table-panel] > http://pkg-build.racket-lang.org/doc/table-panel/index.html -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

