reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5622,7 +5622,12 @@ class GraphicsContext(GraphicsObject):
|
|||||||
return _gdi_.GraphicsContext_DrawText(*args, **kwargs)
|
return _gdi_.GraphicsContext_DrawText(*args, **kwargs)
|
||||||
|
|
||||||
def DrawRotatedText(*args, **kwargs):
|
def DrawRotatedText(*args, **kwargs):
|
||||||
"""DrawRotatedText(self, String str, Double x, Double y, Double angle, GraphicsBrush backgroundBrush=NullGraphicsBrush)"""
|
"""
|
||||||
|
DrawRotatedText(self, String str, Double x, Double y, Double angle, GraphicsBrush backgroundBrush=NullGraphicsBrush)
|
||||||
|
|
||||||
|
Draws a text string at the defined position, at the specified angle,
|
||||||
|
which is given in radians.
|
||||||
|
"""
|
||||||
return _gdi_.GraphicsContext_DrawRotatedText(*args, **kwargs)
|
return _gdi_.GraphicsContext_DrawRotatedText(*args, **kwargs)
|
||||||
|
|
||||||
def GetFullTextExtent(*args, **kwargs):
|
def GetFullTextExtent(*args, **kwargs):
|
||||||
|
@@ -30848,7 +30848,6 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewFrame(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
wxString const &arg7_defvalue = wxPyFrameNameStr ;
|
wxString const &arg7_defvalue = wxPyFrameNameStr ;
|
||||||
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
||||||
wxPyPreviewFrame *result = 0 ;
|
wxPyPreviewFrame *result = 0 ;
|
||||||
void *argp1 = 0 ;
|
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
void *argp2 = 0 ;
|
void *argp2 = 0 ;
|
||||||
int res2 = 0 ;
|
int res2 = 0 ;
|
||||||
@@ -30870,11 +30869,10 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewFrame(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
||||||
res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res1 = SWIG_ConvertPtr(obj0, SWIG_as_voidptrptr(&arg1), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res1)) {
|
if (!SWIG_IsOK(res1)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewFrame" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewFrame" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPrintPreview * >(argp1);
|
|
||||||
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxFrame, 0 | 0 );
|
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxFrame, 0 | 0 );
|
||||||
if (!SWIG_IsOK(res2)) {
|
if (!SWIG_IsOK(res2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_PyPreviewFrame" "', expected argument " "2"" of type '" "wxFrame *""'");
|
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_PyPreviewFrame" "', expected argument " "2"" of type '" "wxFrame *""'");
|
||||||
@@ -31157,7 +31155,6 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewControlBar(PyObject *SWIGUNUSEDPARM(self
|
|||||||
wxString const &arg7_defvalue = wxPyPanelNameStr ;
|
wxString const &arg7_defvalue = wxPyPanelNameStr ;
|
||||||
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
||||||
wxPyPreviewControlBar *result = 0 ;
|
wxPyPreviewControlBar *result = 0 ;
|
||||||
void *argp1 = 0 ;
|
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
long val2 ;
|
long val2 ;
|
||||||
int ecode2 = 0 ;
|
int ecode2 = 0 ;
|
||||||
@@ -31180,11 +31177,10 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewControlBar(PyObject *SWIGUNUSEDPARM(self
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewControlBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewControlBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
||||||
res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res1 = SWIG_ConvertPtr(obj0, SWIG_as_voidptrptr(&arg1), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res1)) {
|
if (!SWIG_IsOK(res1)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewControlBar" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewControlBar" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPrintPreview * >(argp1);
|
|
||||||
ecode2 = SWIG_AsVal_long(obj1, &val2);
|
ecode2 = SWIG_AsVal_long(obj1, &val2);
|
||||||
if (!SWIG_IsOK(ecode2)) {
|
if (!SWIG_IsOK(ecode2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_PyPreviewControlBar" "', expected argument " "2"" of type '" "long""'");
|
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_PyPreviewControlBar" "', expected argument " "2"" of type '" "long""'");
|
||||||
@@ -31284,7 +31280,6 @@ SWIGINTERN PyObject *_wrap_PyPreviewControlBar_SetPrintPreview(PyObject *SWIGUNU
|
|||||||
wxPrintPreview *arg2 = (wxPrintPreview *) 0 ;
|
wxPrintPreview *arg2 = (wxPrintPreview *) 0 ;
|
||||||
void *argp1 = 0 ;
|
void *argp1 = 0 ;
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
void *argp2 = 0 ;
|
|
||||||
int res2 = 0 ;
|
int res2 = 0 ;
|
||||||
PyObject * obj0 = 0 ;
|
PyObject * obj0 = 0 ;
|
||||||
PyObject * obj1 = 0 ;
|
PyObject * obj1 = 0 ;
|
||||||
@@ -31298,11 +31293,10 @@ SWIGINTERN PyObject *_wrap_PyPreviewControlBar_SetPrintPreview(PyObject *SWIGUNU
|
|||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "1"" of type '" "wxPyPreviewControlBar *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "1"" of type '" "wxPyPreviewControlBar *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPyPreviewControlBar * >(argp1);
|
arg1 = reinterpret_cast< wxPyPreviewControlBar * >(argp1);
|
||||||
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res2 = SWIG_ConvertPtr(obj1, SWIG_as_voidptrptr(&arg2), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res2)) {
|
if (!SWIG_IsOK(res2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "2"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "2"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg2 = reinterpret_cast< wxPrintPreview * >(argp2);
|
|
||||||
{
|
{
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
(arg1)->SetPrintPreview(arg2);
|
(arg1)->SetPrintPreview(arg2);
|
||||||
|
@@ -5649,7 +5649,12 @@ class GraphicsContext(GraphicsObject):
|
|||||||
return _gdi_.GraphicsContext_DrawText(*args, **kwargs)
|
return _gdi_.GraphicsContext_DrawText(*args, **kwargs)
|
||||||
|
|
||||||
def DrawRotatedText(*args, **kwargs):
|
def DrawRotatedText(*args, **kwargs):
|
||||||
"""DrawRotatedText(self, String str, Double x, Double y, Double angle, GraphicsBrush backgroundBrush=NullGraphicsBrush)"""
|
"""
|
||||||
|
DrawRotatedText(self, String str, Double x, Double y, Double angle, GraphicsBrush backgroundBrush=NullGraphicsBrush)
|
||||||
|
|
||||||
|
Draws a text string at the defined position, at the specified angle,
|
||||||
|
which is given in radians.
|
||||||
|
"""
|
||||||
return _gdi_.GraphicsContext_DrawRotatedText(*args, **kwargs)
|
return _gdi_.GraphicsContext_DrawRotatedText(*args, **kwargs)
|
||||||
|
|
||||||
def GetFullTextExtent(*args, **kwargs):
|
def GetFullTextExtent(*args, **kwargs):
|
||||||
|
@@ -30712,7 +30712,6 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewFrame(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
wxString const &arg7_defvalue = wxPyFrameNameStr ;
|
wxString const &arg7_defvalue = wxPyFrameNameStr ;
|
||||||
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
||||||
wxPyPreviewFrame *result = 0 ;
|
wxPyPreviewFrame *result = 0 ;
|
||||||
void *argp1 = 0 ;
|
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
void *argp2 = 0 ;
|
void *argp2 = 0 ;
|
||||||
int res2 = 0 ;
|
int res2 = 0 ;
|
||||||
@@ -30734,11 +30733,10 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewFrame(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
||||||
res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res1 = SWIG_ConvertPtr(obj0, SWIG_as_voidptrptr(&arg1), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res1)) {
|
if (!SWIG_IsOK(res1)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewFrame" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewFrame" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPrintPreview * >(argp1);
|
|
||||||
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxFrame, 0 | 0 );
|
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxFrame, 0 | 0 );
|
||||||
if (!SWIG_IsOK(res2)) {
|
if (!SWIG_IsOK(res2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_PyPreviewFrame" "', expected argument " "2"" of type '" "wxFrame *""'");
|
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_PyPreviewFrame" "', expected argument " "2"" of type '" "wxFrame *""'");
|
||||||
@@ -31021,7 +31019,6 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewControlBar(PyObject *SWIGUNUSEDPARM(self
|
|||||||
wxString const &arg7_defvalue = wxPyPanelNameStr ;
|
wxString const &arg7_defvalue = wxPyPanelNameStr ;
|
||||||
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
||||||
wxPyPreviewControlBar *result = 0 ;
|
wxPyPreviewControlBar *result = 0 ;
|
||||||
void *argp1 = 0 ;
|
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
long val2 ;
|
long val2 ;
|
||||||
int ecode2 = 0 ;
|
int ecode2 = 0 ;
|
||||||
@@ -31044,11 +31041,10 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewControlBar(PyObject *SWIGUNUSEDPARM(self
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewControlBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewControlBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
||||||
res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res1 = SWIG_ConvertPtr(obj0, SWIG_as_voidptrptr(&arg1), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res1)) {
|
if (!SWIG_IsOK(res1)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewControlBar" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewControlBar" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPrintPreview * >(argp1);
|
|
||||||
ecode2 = SWIG_AsVal_long(obj1, &val2);
|
ecode2 = SWIG_AsVal_long(obj1, &val2);
|
||||||
if (!SWIG_IsOK(ecode2)) {
|
if (!SWIG_IsOK(ecode2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_PyPreviewControlBar" "', expected argument " "2"" of type '" "long""'");
|
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_PyPreviewControlBar" "', expected argument " "2"" of type '" "long""'");
|
||||||
@@ -31148,7 +31144,6 @@ SWIGINTERN PyObject *_wrap_PyPreviewControlBar_SetPrintPreview(PyObject *SWIGUNU
|
|||||||
wxPrintPreview *arg2 = (wxPrintPreview *) 0 ;
|
wxPrintPreview *arg2 = (wxPrintPreview *) 0 ;
|
||||||
void *argp1 = 0 ;
|
void *argp1 = 0 ;
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
void *argp2 = 0 ;
|
|
||||||
int res2 = 0 ;
|
int res2 = 0 ;
|
||||||
PyObject * obj0 = 0 ;
|
PyObject * obj0 = 0 ;
|
||||||
PyObject * obj1 = 0 ;
|
PyObject * obj1 = 0 ;
|
||||||
@@ -31162,11 +31157,10 @@ SWIGINTERN PyObject *_wrap_PyPreviewControlBar_SetPrintPreview(PyObject *SWIGUNU
|
|||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "1"" of type '" "wxPyPreviewControlBar *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "1"" of type '" "wxPyPreviewControlBar *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPyPreviewControlBar * >(argp1);
|
arg1 = reinterpret_cast< wxPyPreviewControlBar * >(argp1);
|
||||||
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res2 = SWIG_ConvertPtr(obj1, SWIG_as_voidptrptr(&arg2), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res2)) {
|
if (!SWIG_IsOK(res2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "2"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "2"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg2 = reinterpret_cast< wxPrintPreview * >(argp2);
|
|
||||||
{
|
{
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
(arg1)->SetPrintPreview(arg2);
|
(arg1)->SetPrintPreview(arg2);
|
||||||
|
@@ -5747,7 +5747,12 @@ class GraphicsContext(GraphicsObject):
|
|||||||
return _gdi_.GraphicsContext_DrawText(*args, **kwargs)
|
return _gdi_.GraphicsContext_DrawText(*args, **kwargs)
|
||||||
|
|
||||||
def DrawRotatedText(*args, **kwargs):
|
def DrawRotatedText(*args, **kwargs):
|
||||||
"""DrawRotatedText(self, String str, Double x, Double y, Double angle, GraphicsBrush backgroundBrush=NullGraphicsBrush)"""
|
"""
|
||||||
|
DrawRotatedText(self, String str, Double x, Double y, Double angle, GraphicsBrush backgroundBrush=NullGraphicsBrush)
|
||||||
|
|
||||||
|
Draws a text string at the defined position, at the specified angle,
|
||||||
|
which is given in radians.
|
||||||
|
"""
|
||||||
return _gdi_.GraphicsContext_DrawRotatedText(*args, **kwargs)
|
return _gdi_.GraphicsContext_DrawRotatedText(*args, **kwargs)
|
||||||
|
|
||||||
def GetFullTextExtent(*args, **kwargs):
|
def GetFullTextExtent(*args, **kwargs):
|
||||||
|
@@ -30980,7 +30980,6 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewFrame(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
wxString const &arg7_defvalue = wxPyFrameNameStr ;
|
wxString const &arg7_defvalue = wxPyFrameNameStr ;
|
||||||
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
||||||
wxPyPreviewFrame *result = 0 ;
|
wxPyPreviewFrame *result = 0 ;
|
||||||
void *argp1 = 0 ;
|
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
void *argp2 = 0 ;
|
void *argp2 = 0 ;
|
||||||
int res2 = 0 ;
|
int res2 = 0 ;
|
||||||
@@ -31002,11 +31001,10 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewFrame(PyObject *SWIGUNUSEDPARM(self), Py
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
||||||
res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res1 = SWIG_ConvertPtr(obj0, SWIG_as_voidptrptr(&arg1), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res1)) {
|
if (!SWIG_IsOK(res1)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewFrame" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewFrame" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPrintPreview * >(argp1);
|
|
||||||
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxFrame, 0 | 0 );
|
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxFrame, 0 | 0 );
|
||||||
if (!SWIG_IsOK(res2)) {
|
if (!SWIG_IsOK(res2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_PyPreviewFrame" "', expected argument " "2"" of type '" "wxFrame *""'");
|
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_PyPreviewFrame" "', expected argument " "2"" of type '" "wxFrame *""'");
|
||||||
@@ -31289,7 +31287,6 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewControlBar(PyObject *SWIGUNUSEDPARM(self
|
|||||||
wxString const &arg7_defvalue = wxPyPanelNameStr ;
|
wxString const &arg7_defvalue = wxPyPanelNameStr ;
|
||||||
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
wxString *arg7 = (wxString *) &arg7_defvalue ;
|
||||||
wxPyPreviewControlBar *result = 0 ;
|
wxPyPreviewControlBar *result = 0 ;
|
||||||
void *argp1 = 0 ;
|
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
long val2 ;
|
long val2 ;
|
||||||
int ecode2 = 0 ;
|
int ecode2 = 0 ;
|
||||||
@@ -31312,11 +31309,10 @@ SWIGINTERN PyObject *_wrap_new_PyPreviewControlBar(PyObject *SWIGUNUSEDPARM(self
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewControlBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_PyPreviewControlBar",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) SWIG_fail;
|
||||||
res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res1 = SWIG_ConvertPtr(obj0, SWIG_as_voidptrptr(&arg1), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res1)) {
|
if (!SWIG_IsOK(res1)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewControlBar" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_PyPreviewControlBar" "', expected argument " "1"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPrintPreview * >(argp1);
|
|
||||||
ecode2 = SWIG_AsVal_long(obj1, &val2);
|
ecode2 = SWIG_AsVal_long(obj1, &val2);
|
||||||
if (!SWIG_IsOK(ecode2)) {
|
if (!SWIG_IsOK(ecode2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_PyPreviewControlBar" "', expected argument " "2"" of type '" "long""'");
|
SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_PyPreviewControlBar" "', expected argument " "2"" of type '" "long""'");
|
||||||
@@ -31416,7 +31412,6 @@ SWIGINTERN PyObject *_wrap_PyPreviewControlBar_SetPrintPreview(PyObject *SWIGUNU
|
|||||||
wxPrintPreview *arg2 = (wxPrintPreview *) 0 ;
|
wxPrintPreview *arg2 = (wxPrintPreview *) 0 ;
|
||||||
void *argp1 = 0 ;
|
void *argp1 = 0 ;
|
||||||
int res1 = 0 ;
|
int res1 = 0 ;
|
||||||
void *argp2 = 0 ;
|
|
||||||
int res2 = 0 ;
|
int res2 = 0 ;
|
||||||
PyObject * obj0 = 0 ;
|
PyObject * obj0 = 0 ;
|
||||||
PyObject * obj1 = 0 ;
|
PyObject * obj1 = 0 ;
|
||||||
@@ -31430,11 +31425,10 @@ SWIGINTERN PyObject *_wrap_PyPreviewControlBar_SetPrintPreview(PyObject *SWIGUNU
|
|||||||
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "1"" of type '" "wxPyPreviewControlBar *""'");
|
SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "1"" of type '" "wxPyPreviewControlBar *""'");
|
||||||
}
|
}
|
||||||
arg1 = reinterpret_cast< wxPyPreviewControlBar * >(argp1);
|
arg1 = reinterpret_cast< wxPyPreviewControlBar * >(argp1);
|
||||||
res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_wxPrintPreview, 0 | 0 );
|
res2 = SWIG_ConvertPtr(obj1, SWIG_as_voidptrptr(&arg2), SWIGTYPE_p_wxPrintPreview, SWIG_POINTER_DISOWN | 0 );
|
||||||
if (!SWIG_IsOK(res2)) {
|
if (!SWIG_IsOK(res2)) {
|
||||||
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "2"" of type '" "wxPrintPreview *""'");
|
SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "PyPreviewControlBar_SetPrintPreview" "', expected argument " "2"" of type '" "wxPrintPreview *""'");
|
||||||
}
|
}
|
||||||
arg2 = reinterpret_cast< wxPrintPreview * >(argp2);
|
|
||||||
{
|
{
|
||||||
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
PyThreadState* __tstate = wxPyBeginAllowThreads();
|
||||||
(arg1)->SetPrintPreview(arg2);
|
(arg1)->SetPrintPreview(arg2);
|
||||||
|
Reference in New Issue
Block a user