]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_core_api.i
Added bool typemap so Py_True and Py_False are returned instead of integers.
[wxWidgets.git] / wxPython / src / _core_api.i
index 7c44223ef7e217009cf4aaee0b72e897fe0bf3bc..989a8fe53eaab61fc63f055c392ea10ba765e956 100644 (file)
@@ -150,6 +150,17 @@ static wxPyCoreAPI API = {
     (p_SWIG_Python_InstallConstants_t)SWIG_Python_InstallConstants,
     (p_SWIG_Python_MustGetPtr_t)SWIG_Python_MustGetPtr,
 
+    (p_SWIG_PyObj_AsCharPtr_t)SWIG_PyObj_AsCharPtr,
+    (p_SWIG_PyObj_FromCharPtr_t)SWIG_PyObj_FromCharPtr,
+    (p_SWIG_PyObj_AsUnsignedLong_t)SWIG_PyObj_AsUnsignedLong,
+    (p_SWIG_PyObj_AsLongInRange_t)SWIG_PyObj_AsLongInRange,
+    (p_SWIG_PyObj_AsUnsignedLongInRange_t)SWIG_PyObj_AsUnsignedLongInRange,
+    (p_SWIG_PyObj_AsNewCharPtr_t)SWIG_PyObj_AsNewCharPtr,
+    (p_SWIG_PyObj_AsCharPtrAndSize_t)SWIG_PyObj_AsCharPtrAndSize,
+    (p_SWIG_PyObj_AsCharArray_t)SWIG_PyObj_AsCharArray,
+    (p_SWIG_PyObj_FromCharArray_t)SWIG_PyObj_FromCharArray,
+    (p_SWIG_PyObj_AsFloatConv_t)SWIG_PyObj_AsFloatConv,
+        
     wxPyCheckSwigType,
     wxPyConstructObject,
     wxPyConvertSwigPtr,