]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_defs.i
fixed deadlock when calling wxPostEvent() from worker thread
[wxWidgets.git] / wxPython / src / _defs.i
index 1aa7ff32b0e31b182577ed938f775b9e0ad8f0da..772318584620115dd5872b172759c4b735bdcdde 100644 (file)
@@ -162,6 +162,12 @@ typedef unsigned long   wxUIntPtr;
     %pythoncode { NAME = property(STUFF) }
 %enddef
 
+
+%define setCallbackInfo(klass)
+    "klass._setCallbackInfo(self, self, klass)"
+%enddef
+
+
 //----------------------------------------------------------------------
 // Macros for the docstring and autodoc features of SWIG.  These will
 // help make the code look more readable, and pretty, as well as help