[wxPython] listctrl multiselect

Hi Victor,

I hope this will help you,

it did, thanks for the help.
Just as addition, because i did not find much in the archive when searching
the topic, there is a second way, described in the docs:

···

Am 29.10.2002 um 10:41:05 schrieb Krjukov Victor:
-----
item = -1
...
item = self.lcSpooler.GetNextItem(item,
                                  wxLIST_NEXT_ALL,
                                  wxLIST_STATE_SELECTED)
-----
when you iterate over the GetNextItem function you get all indices of the selected
items.

/ch

--
Wieviele Mitarbeiter von Microsoft benoetigt man fuer das auswechseln
einer defekten Gluehbirne? Keine, Microsoft erklaert die Dunkelheit zum
Marktstandart.