Updated SWIG runtime code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-31 01:13:31 +00:00
parent 0cb6df6e3d
commit d7f8258414
6 changed files with 334 additions and 178 deletions

View 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,