[Tkinter-discuss] Possible to disable individual items in a Tkinter Listbox?

python at bdurham.com python at bdurham.com
Wed Nov 10 14:48:44 CET 2010


Is here a way to disable individual items in a Tkinter Listbox?

I'm looking for something like .itemconfig( index,
state='disabled' ) (doesn't work) or a special character string
that one might add to an item's text to cause it to be disabled.

Thank you,
Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20101110/deb95a78/attachment.html>


More information about the Tkinter-discuss mailing list