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
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss