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

Cameron Laird Cameron at phaseit.net
Wed Nov 10 23:29:25 CET 2010


On Wed, Nov 10, 2010 at 08:48:44AM -0500, python at 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.


More information about the Tkinter-discuss mailing list