[plt-scheme] PLT MrEd Table/Grid widget

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Jul 2 18:03:38 EDT 2002

At Tue, 02 Jul 2002 23:32:45 +1000, Chris Bitmead wrote:
> Am I missing something or does plt-scheme lack any kind of table or grid
> type layout widget??

You're correct; nothing's there.

If you want to layout GUI elements (button%s, text-field%s, etc.), then
it shouldn't be too difficult to implement as a subclass of panel%.
Maybe someone has implemented it already?

A table analogue to text% and pasteboard% (and something like wxGrid, I
think) would be more difficult. I've long planned to implement a table%
class of editor<%>, but I've never found the time.

Matthew




Posted on the users mailing list.