wxList::Find

wxNode * Find(long key)

wxNode * Find(char *key)

Returns the node whose stored key matches key. Use on a keyed list only.