Tkinter Listbox string formatting question - how to kill a dancingsnake ?

Hendrik van Rooyen mail at microcorp.co.za
Tue Oct 31 08:53:29 EST 2006


"Fredrik Lundh" <fredrik at pythonware.com> wrote:


> instead of trying to force the listbox to behave like a multicolumn
> widget, maybe you could switch to another widget?  some alternatives include
>
>      a Text widget (you have to roll your own selection logic)

I _really_ don't feel strong enough for this, or for sticking them loose on a
canvas...

>      bwidgets multicolumn ListBox:
>          http://tkinter.unpythonic.net/bwidget/
>      tktable:
>          http://tktable.sourceforge.net/
>      something based on the wck (that's what I'd would use myself):
>          http://effbot.org/zone/wck-4.htm
>      and perhaps there's something in Pmw:
>          http://pmw.sourceforge.net
> </F>

Thanks I will check these out...

- Hendrik




More information about the Python-list mailing list