mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 06:05:36 +08:00
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6689,7 +6689,7 @@ static PyObject *_wrap_FSFile_GetStream(PyObject *, PyObject *args, PyObject *kw
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
@@ -9558,7 +9558,7 @@ static PyObject *_wrap_Process_GetInputStream(PyObject *, PyObject *args, PyObje
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
@@ -9591,7 +9591,7 @@ static PyObject *_wrap_Process_GetErrorStream(PyObject *, PyObject *args, PyObje
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -6689,7 +6689,7 @@ static PyObject *_wrap_FSFile_GetStream(PyObject *, PyObject *args, PyObject *kw
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
@@ -9551,7 +9551,7 @@ static PyObject *_wrap_Process_GetInputStream(PyObject *, PyObject *args, PyObje
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
@@ -9584,7 +9584,7 @@ static PyObject *_wrap_Process_GetErrorStream(PyObject *, PyObject *args, PyObje
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -6687,7 +6687,7 @@ static PyObject *_wrap_FSFile_GetStream(PyObject *, PyObject *args, PyObject *kw
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
@@ -9549,7 +9549,7 @@ static PyObject *_wrap_Process_GetInputStream(PyObject *, PyObject *args, PyObje
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
@@ -9582,7 +9582,7 @@ static PyObject *_wrap_Process_GetErrorStream(PyObject *, PyObject *args, PyObje
|
||||
if (result) {
|
||||
_ptr = new wxPyInputStream(result);
|
||||
}
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
Reference in New Issue
Block a user