mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Merge pull request #897 from RobinD42/add-windowidref
Add wx.WindowIDRef and wx.NewIdRef
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user