Andrea Gavana wrote: > strings = [lst[x] for x in selections] Hmmm, I guess that's not a bad way to map the indices to the strings. So I take it that there is no native way for wxPython to get the strings itself? If not, this method seems fine.