On Wed, Nov 10, 2010 at 08:48:44AM -0500, pyt...@bdurham.com wrote:
                        .
                        .
                        .
> 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.
                        .
                        .
                        .
Unless recent versions have a configuration for this
I haven't yet learned, the functionality you're after
requires a custom binding.
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to