fixed bug when a fixed pane is resized inside a fixed dock
[wxWidgets.git] / wxPython / src / _core_api.i
index 0669d1fcbb95e99f4c545a21f447b684058ede40..b85f62cae242d89e99d110a2b56873be67118df1 100644 (file)
@@ -235,8 +235,13 @@ static wxPyCoreAPI API = {
     wxPyInstance_Check,
     wxPySwigInstance_Check,
 
-    wxPyCheckForApp
+    wxPyCheckForApp,
 
+    wxArrayDouble2PyList_helper,
+    wxPoint2D_LIST_helper,
+    wxRect2D_helper,
+    wxPosition_helper,
+    
 };
 
 #endif