Tkinter.Listbox.itemconfigure

Listbox.itemconfigure(index, cnf=None, **kw)[source]

Configure resources of an ITEM.

The values for resources are specified as keyword arguments. To get an overview about the allowed keyword arguments call the method without arguments. Valid resource names: background, bg, foreground, fg, selectbackground, selectforeground.