Merge pull request #897 from RobinD42/add-windowidref

Add wx.WindowIDRef and wx.NewIdRef
This commit is contained in:
Robin Dunn
2018-06-24 21:36:52 -07:00
parent 3407c57980
commit b5bb587145
12 changed files with 170 additions and 19 deletions

View File

@@ -199,6 +199,10 @@ void wxPyCoreModuleInject(PyObject* moduleDict)
PyList_Append(PlatformInfo, obj);
Py_DECREF(obj);
#if wxUSE_AUTOID_MANAGEMENT
_AddInfoString("autoidman");
#endif
#undef _AddInfoString
PyObject* PlatformInfoTuple = PyList_AsTuple(PlatformInfo);