wxHashTable::Put

void Put(long key, wxObject *object)

void Put(char * key, wxObject *object)

Inserts data into the hash table, using an integer or string key (depending on which has table constructor was used). Note that only the pointer to the string key is stored, so it should not be deallocated by the calling program.