The best GUI library in python

David LeBlanc whisper at oz.net
Sat Jun 22 20:06:42 EDT 2002


<snip>
> Well, if you doubt what I said, try to use grail. Or write a listbox
> containing 10,000 items, then wait......

Or don't abuse a listbox by insisting that a GUI component also be an
efficient container object. Take the trouble to shift lines in/out of the
listbox as the user scrolls and don't wait around at all. Wow, you could
even create your own BufferedListbox class and be our hero :-)

I've heard of a scheme called Grail, but i've never used it ;-)






More information about the Python-list mailing list