newbie question: should I learn TKinter or skip it and learnmoreadvanced toolkit?

Leif B. Kristensen junkmail at solumslekt.org
Wed May 12 16:16:51 EDT 2004


Andy Baker rose and spake:

> I started with Tk and dropped it on horror when I  realised it had no
> muti-column list box. Shame coz it is better documented than anything
> else.

A Tkinter multi-column list box is quite easily implemented by ganging
up a collection of single-column listboxes. It's unfortunately not
included among the standard widgets. However it's covered by the Python
Cookbook, and you'll find Brent Burley's excellent example online here:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52266

If you google for "tkinter multi-column listbox" it will pop up right on
top of the list.

The ActiveState server seems to be down right now. An alternate source
for basically the same code is found at Bob Hauck's home page:

http://www.haucks.org/

regards,
-- 
Leif Biberg Kristensen
http://solumslekt.org/
Validare necesse est



More information about the Python-list mailing list