Josiah Carlson wrote:

> Technically speaking, any toolkit which allows for scrolling and the
> laying out of controls in a grid would be sufficient to implement this

Although for large grids it could be prohibitively
inefficient. You really want to implement this kind
of thing in a way that doesn't require materialising
an actual widget for every cell.

I'm going to look into what Cocoa and Gtk provide
in the way of table widgets at some point.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to