in PyQt you have the option of customizing the items in a list box, using the QListBoxItem class, for example by including an image along with the text. Tkinter doesn't have this feature in its Listbox, and neither does Pmw in its ScrolledListBox: they only support strings, right? If so is their any way out? another toolkit fot Tkinter? thanks! Regards, Ali