[Python-3000] PyGUI in Py3K stdlib, more details

Greg Ewing greg.ewing at canterbury.ac.nz
Tue May 2 14:10:36 CEST 2006


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


More information about the Python-3000 mailing list