> At Mon, 24 Jan 2011 17:29:40 +0000, Erich Rast wrote: > > This is my annual reminder/question whether a multi-column-list-box% > > with a native look-and-feel is planned anytime soon for racket?
With the latest in the Racket git repo, `list-box%' supports multiple columns. The implementation uses a native widget on all platforms. Columns can have headers, the headers can be clickable (to trigger sorting, for example), and the headers can be dragable to reorder them within the list box. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

