+ PyDict_SetItemString(d,"wxTRACE_MemAlloc", PyString_FromString("memalloc"));
+ PyDict_SetItemString(d,"wxTRACE_Messages", PyString_FromString("messages"));
+ PyDict_SetItemString(d,"wxTRACE_ResAlloc", PyString_FromString("resalloc"));
+ PyDict_SetItemString(d,"wxTRACE_RefCount", PyString_FromString("refcount"));
+ PyDict_SetItemString(d,"wxTRACE_OleCalls", PyString_FromString("ole"));
+ PyDict_SetItemString(d,"wxTraceMemAlloc", PyInt_FromLong((long) wxTraceMemAlloc));
+ PyDict_SetItemString(d,"wxTraceMessages", PyInt_FromLong((long) wxTraceMessages));
+ PyDict_SetItemString(d,"wxTraceResAlloc", PyInt_FromLong((long) wxTraceResAlloc));
+ PyDict_SetItemString(d,"wxTraceRefCount", PyInt_FromLong((long) wxTraceRefCount));
+ PyDict_SetItemString(d,"wxTraceOleCalls", PyInt_FromLong((long) wxTraceOleCalls));