]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wx.i
Already had wxEVT_MOUSE_CAPTURE_CHANGED, don't need it twice
[wxWidgets.git] / wxPython / src / wx.i
index f51a623b6db84aa5df18c551815b5d77f6495b84..27d5a3d51a43db186df05acb31f49daacbef2a4e 100644 (file)
@@ -12,6 +12,7 @@
 
 %module wx
 
 
 %module wx
 
+
 %{
 #include "helpers.h"
 %}
 %{
 #include "helpers.h"
 %}
@@ -202,7 +203,11 @@ static wxPyCoreAPI API = {
     wxPyMake_wxSizer,
     wxPyPtrTypeMap_Add,
     wxArrayString2PyList_helper,
     wxPyMake_wxSizer,
     wxPyPtrTypeMap_Add,
     wxArrayString2PyList_helper,
-    wxArrayInt2PyList_helper
+    wxArrayInt2PyList_helper,
+
+    wxPyClientData_dtor,
+    wxPyUserData_dtor,
+    wxPyOORClientData_dtor
 };
 
 
 };