From: Patrick Gundlach Date: 2005-09-21T23:16:39+09:00 Subject: Re: Tk: changing color of an item in a TkListbox self follow-up: > I have a TkListbox with several items, and I'd like to change the > color for eg. the second item. How would I accomplish that? I can't > get the configure method to accept a value for the index, but this > seems to me the way to proceed. Any ideas? The solution is to use list.itemconfigure(index, :foreground => "red") Sorry for the noise, Patrick