reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-24 02:38:31 +00:00
parent 5cbdf16dac
commit 7eae615bad
5 changed files with 140 additions and 10 deletions

View File

@@ -10924,6 +10924,7 @@ static PyObject *_wrap_new_MultiChoiceDialog(PyObject *self, PyObject *args, PyO
wxMultiChoiceDialog *result;
bool temp2 = False ;
bool temp3 = False ;
bool temp5 = False ;
wxPoint temp7 ;
PyObject * obj0 = 0 ;
PyObject * obj1 = 0 ;
@@ -10946,7 +10947,11 @@ static PyObject *_wrap_new_MultiChoiceDialog(PyObject *self, PyObject *args, PyO
if (arg3 == NULL) SWIG_fail;
temp3 = True;
}
if ((SWIG_ConvertPtr(obj4,(void **) &arg5, SWIGTYPE_p_wxString,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
{
arg5 = wxString_in_helper(obj4);
if (arg5 == NULL) SWIG_fail;
temp5 = True;
}
if (obj6) {
{
arg7 = &temp7;
@@ -10969,6 +10974,10 @@ static PyObject *_wrap_new_MultiChoiceDialog(PyObject *self, PyObject *args, PyO
if (temp3)
delete arg3;
}
{
if (temp5)
delete arg5;
}
return resultobj;
fail:
{
@@ -10979,6 +10988,10 @@ static PyObject *_wrap_new_MultiChoiceDialog(PyObject *self, PyObject *args, PyO
if (temp3)
delete arg3;
}
{
if (temp5)
delete arg5;
}
return NULL;
}