reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -941,9 +941,9 @@ class StaticPicture(_core.Control):
|
|||||||
return "<%s.%s; proxy of C++ wxStaticPicture instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
return "<%s.%s; proxy of C++ wxStaticPicture instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
__init__(self, Window parent, int id, Bitmap label, Point pos=DefaultPosition,
|
__init__(self, Window parent, int id=-1, Bitmap label=wxNullBitmap,
|
||||||
Size size=DefaultSize, long style=0,
|
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||||
String name=StaticPictureNameStr) -> StaticPicture
|
long style=0, String name=StaticPictureNameStr) -> StaticPicture
|
||||||
"""
|
"""
|
||||||
newobj = _gizmos.new_StaticPicture(*args, **kwargs)
|
newobj = _gizmos.new_StaticPicture(*args, **kwargs)
|
||||||
self.this = newobj.this
|
self.this = newobj.this
|
||||||
@@ -953,9 +953,9 @@ class StaticPicture(_core.Control):
|
|||||||
|
|
||||||
def Create(*args, **kwargs):
|
def Create(*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Create(self, Window parent, int id, Bitmap label, Point pos=DefaultPosition,
|
Create(self, Window parent, int id=-1, Bitmap label=wxNullBitmap,
|
||||||
Size size=DefaultSize, long style=0,
|
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||||
String name=StaticPictureNameStr) -> bool
|
long style=0, String name=StaticPictureNameStr) -> bool
|
||||||
"""
|
"""
|
||||||
return _gizmos.StaticPicture_Create(*args, **kwargs)
|
return _gizmos.StaticPicture_Create(*args, **kwargs)
|
||||||
|
|
||||||
|
@@ -8139,8 +8139,9 @@ static PyObject * TreeListCtrl_swigregister(PyObject *, PyObject *args) {
|
|||||||
static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject *resultobj;
|
PyObject *resultobj;
|
||||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||||
int arg2 ;
|
int arg2 = (int) -1 ;
|
||||||
wxBitmap *arg3 = 0 ;
|
wxBitmap const &arg3_defvalue = wxNullBitmap ;
|
||||||
|
wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ;
|
||||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||||
@@ -8163,20 +8164,24 @@ static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *k
|
|||||||
(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticPicture",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticPicture",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||||
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(1)) SWIG_fail;
|
if (SWIG_arg_fail(1)) SWIG_fail;
|
||||||
{
|
if (obj1) {
|
||||||
arg2 = (int)(SWIG_As_int(obj1));
|
{
|
||||||
if (SWIG_arg_fail(2)) SWIG_fail;
|
arg2 = (int)(SWIG_As_int(obj1));
|
||||||
}
|
if (SWIG_arg_fail(2)) SWIG_fail;
|
||||||
{
|
}
|
||||||
SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
}
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
if (obj2) {
|
||||||
if (arg3 == NULL) {
|
{
|
||||||
SWIG_null_ref("wxBitmap");
|
SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
||||||
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
|
if (arg3 == NULL) {
|
||||||
|
SWIG_null_ref("wxBitmap");
|
||||||
|
}
|
||||||
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
}
|
}
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
|
||||||
}
|
}
|
||||||
if (obj3) {
|
if (obj3) {
|
||||||
{
|
{
|
||||||
@@ -8253,8 +8258,9 @@ static PyObject *_wrap_StaticPicture_Create(PyObject *, PyObject *args, PyObject
|
|||||||
PyObject *resultobj;
|
PyObject *resultobj;
|
||||||
wxStaticPicture *arg1 = (wxStaticPicture *) 0 ;
|
wxStaticPicture *arg1 = (wxStaticPicture *) 0 ;
|
||||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||||
int arg3 ;
|
int arg3 = (int) -1 ;
|
||||||
wxBitmap *arg4 = 0 ;
|
wxBitmap const &arg4_defvalue = wxNullBitmap ;
|
||||||
|
wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ;
|
||||||
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
||||||
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
||||||
wxSize const &arg6_defvalue = wxDefaultSize ;
|
wxSize const &arg6_defvalue = wxDefaultSize ;
|
||||||
@@ -8278,22 +8284,26 @@ static PyObject *_wrap_StaticPicture_Create(PyObject *, PyObject *args, PyObject
|
|||||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
(char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticPicture_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticPicture_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||||
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxStaticPicture, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxStaticPicture, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(1)) SWIG_fail;
|
if (SWIG_arg_fail(1)) SWIG_fail;
|
||||||
SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(2)) SWIG_fail;
|
if (SWIG_arg_fail(2)) SWIG_fail;
|
||||||
{
|
if (obj2) {
|
||||||
arg3 = (int)(SWIG_As_int(obj2));
|
{
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
arg3 = (int)(SWIG_As_int(obj2));
|
||||||
}
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
{
|
}
|
||||||
SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
}
|
||||||
if (SWIG_arg_fail(4)) SWIG_fail;
|
if (obj3) {
|
||||||
if (arg4 == NULL) {
|
{
|
||||||
SWIG_null_ref("wxBitmap");
|
SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
||||||
|
if (SWIG_arg_fail(4)) SWIG_fail;
|
||||||
|
if (arg4 == NULL) {
|
||||||
|
SWIG_null_ref("wxBitmap");
|
||||||
|
}
|
||||||
|
if (SWIG_arg_fail(4)) SWIG_fail;
|
||||||
}
|
}
|
||||||
if (SWIG_arg_fail(4)) SWIG_fail;
|
|
||||||
}
|
}
|
||||||
if (obj4) {
|
if (obj4) {
|
||||||
{
|
{
|
||||||
|
@@ -941,9 +941,9 @@ class StaticPicture(_core.Control):
|
|||||||
return "<%s.%s; proxy of C++ wxStaticPicture instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
return "<%s.%s; proxy of C++ wxStaticPicture instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
__init__(self, Window parent, int id, Bitmap label, Point pos=DefaultPosition,
|
__init__(self, Window parent, int id=-1, Bitmap label=wxNullBitmap,
|
||||||
Size size=DefaultSize, long style=0,
|
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||||
String name=StaticPictureNameStr) -> StaticPicture
|
long style=0, String name=StaticPictureNameStr) -> StaticPicture
|
||||||
"""
|
"""
|
||||||
newobj = _gizmos.new_StaticPicture(*args, **kwargs)
|
newobj = _gizmos.new_StaticPicture(*args, **kwargs)
|
||||||
self.this = newobj.this
|
self.this = newobj.this
|
||||||
@@ -953,9 +953,9 @@ class StaticPicture(_core.Control):
|
|||||||
|
|
||||||
def Create(*args, **kwargs):
|
def Create(*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Create(self, Window parent, int id, Bitmap label, Point pos=DefaultPosition,
|
Create(self, Window parent, int id=-1, Bitmap label=wxNullBitmap,
|
||||||
Size size=DefaultSize, long style=0,
|
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||||
String name=StaticPictureNameStr) -> bool
|
long style=0, String name=StaticPictureNameStr) -> bool
|
||||||
"""
|
"""
|
||||||
return _gizmos.StaticPicture_Create(*args, **kwargs)
|
return _gizmos.StaticPicture_Create(*args, **kwargs)
|
||||||
|
|
||||||
|
@@ -8139,8 +8139,9 @@ static PyObject * TreeListCtrl_swigregister(PyObject *, PyObject *args) {
|
|||||||
static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject *resultobj;
|
PyObject *resultobj;
|
||||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||||
int arg2 ;
|
int arg2 = (int) -1 ;
|
||||||
wxBitmap *arg3 = 0 ;
|
wxBitmap const &arg3_defvalue = wxNullBitmap ;
|
||||||
|
wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ;
|
||||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||||
@@ -8163,20 +8164,24 @@ static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *k
|
|||||||
(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticPicture",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticPicture",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||||
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(1)) SWIG_fail;
|
if (SWIG_arg_fail(1)) SWIG_fail;
|
||||||
{
|
if (obj1) {
|
||||||
arg2 = (int)(SWIG_As_int(obj1));
|
{
|
||||||
if (SWIG_arg_fail(2)) SWIG_fail;
|
arg2 = (int)(SWIG_As_int(obj1));
|
||||||
}
|
if (SWIG_arg_fail(2)) SWIG_fail;
|
||||||
{
|
}
|
||||||
SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
}
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
if (obj2) {
|
||||||
if (arg3 == NULL) {
|
{
|
||||||
SWIG_null_ref("wxBitmap");
|
SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
||||||
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
|
if (arg3 == NULL) {
|
||||||
|
SWIG_null_ref("wxBitmap");
|
||||||
|
}
|
||||||
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
}
|
}
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
|
||||||
}
|
}
|
||||||
if (obj3) {
|
if (obj3) {
|
||||||
{
|
{
|
||||||
@@ -8253,8 +8258,9 @@ static PyObject *_wrap_StaticPicture_Create(PyObject *, PyObject *args, PyObject
|
|||||||
PyObject *resultobj;
|
PyObject *resultobj;
|
||||||
wxStaticPicture *arg1 = (wxStaticPicture *) 0 ;
|
wxStaticPicture *arg1 = (wxStaticPicture *) 0 ;
|
||||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||||
int arg3 ;
|
int arg3 = (int) -1 ;
|
||||||
wxBitmap *arg4 = 0 ;
|
wxBitmap const &arg4_defvalue = wxNullBitmap ;
|
||||||
|
wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ;
|
||||||
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
||||||
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
||||||
wxSize const &arg6_defvalue = wxDefaultSize ;
|
wxSize const &arg6_defvalue = wxDefaultSize ;
|
||||||
@@ -8278,22 +8284,26 @@ static PyObject *_wrap_StaticPicture_Create(PyObject *, PyObject *args, PyObject
|
|||||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
(char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticPicture_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticPicture_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||||
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxStaticPicture, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxStaticPicture, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(1)) SWIG_fail;
|
if (SWIG_arg_fail(1)) SWIG_fail;
|
||||||
SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(2)) SWIG_fail;
|
if (SWIG_arg_fail(2)) SWIG_fail;
|
||||||
{
|
if (obj2) {
|
||||||
arg3 = (int)(SWIG_As_int(obj2));
|
{
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
arg3 = (int)(SWIG_As_int(obj2));
|
||||||
}
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
{
|
}
|
||||||
SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
}
|
||||||
if (SWIG_arg_fail(4)) SWIG_fail;
|
if (obj3) {
|
||||||
if (arg4 == NULL) {
|
{
|
||||||
SWIG_null_ref("wxBitmap");
|
SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
||||||
|
if (SWIG_arg_fail(4)) SWIG_fail;
|
||||||
|
if (arg4 == NULL) {
|
||||||
|
SWIG_null_ref("wxBitmap");
|
||||||
|
}
|
||||||
|
if (SWIG_arg_fail(4)) SWIG_fail;
|
||||||
}
|
}
|
||||||
if (SWIG_arg_fail(4)) SWIG_fail;
|
|
||||||
}
|
}
|
||||||
if (obj4) {
|
if (obj4) {
|
||||||
{
|
{
|
||||||
|
@@ -941,9 +941,9 @@ class StaticPicture(_core.Control):
|
|||||||
return "<%s.%s; proxy of C++ wxStaticPicture instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
return "<%s.%s; proxy of C++ wxStaticPicture instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
__init__(self, Window parent, int id, Bitmap label, Point pos=DefaultPosition,
|
__init__(self, Window parent, int id=-1, Bitmap label=wxNullBitmap,
|
||||||
Size size=DefaultSize, long style=0,
|
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||||
String name=StaticPictureNameStr) -> StaticPicture
|
long style=0, String name=StaticPictureNameStr) -> StaticPicture
|
||||||
"""
|
"""
|
||||||
newobj = _gizmos.new_StaticPicture(*args, **kwargs)
|
newobj = _gizmos.new_StaticPicture(*args, **kwargs)
|
||||||
self.this = newobj.this
|
self.this = newobj.this
|
||||||
@@ -953,9 +953,9 @@ class StaticPicture(_core.Control):
|
|||||||
|
|
||||||
def Create(*args, **kwargs):
|
def Create(*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Create(self, Window parent, int id, Bitmap label, Point pos=DefaultPosition,
|
Create(self, Window parent, int id=-1, Bitmap label=wxNullBitmap,
|
||||||
Size size=DefaultSize, long style=0,
|
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||||
String name=StaticPictureNameStr) -> bool
|
long style=0, String name=StaticPictureNameStr) -> bool
|
||||||
"""
|
"""
|
||||||
return _gizmos.StaticPicture_Create(*args, **kwargs)
|
return _gizmos.StaticPicture_Create(*args, **kwargs)
|
||||||
|
|
||||||
|
@@ -8139,8 +8139,9 @@ static PyObject * TreeListCtrl_swigregister(PyObject *, PyObject *args) {
|
|||||||
static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject *resultobj;
|
PyObject *resultobj;
|
||||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||||
int arg2 ;
|
int arg2 = (int) -1 ;
|
||||||
wxBitmap *arg3 = 0 ;
|
wxBitmap const &arg3_defvalue = wxNullBitmap ;
|
||||||
|
wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ;
|
||||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||||
@@ -8163,20 +8164,24 @@ static PyObject *_wrap_new_StaticPicture(PyObject *, PyObject *args, PyObject *k
|
|||||||
(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_StaticPicture",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_StaticPicture",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||||
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(1)) SWIG_fail;
|
if (SWIG_arg_fail(1)) SWIG_fail;
|
||||||
{
|
if (obj1) {
|
||||||
arg2 = (int)(SWIG_As_int(obj1));
|
{
|
||||||
if (SWIG_arg_fail(2)) SWIG_fail;
|
arg2 = (int)(SWIG_As_int(obj1));
|
||||||
}
|
if (SWIG_arg_fail(2)) SWIG_fail;
|
||||||
{
|
}
|
||||||
SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
}
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
if (obj2) {
|
||||||
if (arg3 == NULL) {
|
{
|
||||||
SWIG_null_ref("wxBitmap");
|
SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
||||||
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
|
if (arg3 == NULL) {
|
||||||
|
SWIG_null_ref("wxBitmap");
|
||||||
|
}
|
||||||
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
}
|
}
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
|
||||||
}
|
}
|
||||||
if (obj3) {
|
if (obj3) {
|
||||||
{
|
{
|
||||||
@@ -8253,8 +8258,9 @@ static PyObject *_wrap_StaticPicture_Create(PyObject *, PyObject *args, PyObject
|
|||||||
PyObject *resultobj;
|
PyObject *resultobj;
|
||||||
wxStaticPicture *arg1 = (wxStaticPicture *) 0 ;
|
wxStaticPicture *arg1 = (wxStaticPicture *) 0 ;
|
||||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||||
int arg3 ;
|
int arg3 = (int) -1 ;
|
||||||
wxBitmap *arg4 = 0 ;
|
wxBitmap const &arg4_defvalue = wxNullBitmap ;
|
||||||
|
wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ;
|
||||||
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
||||||
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
||||||
wxSize const &arg6_defvalue = wxDefaultSize ;
|
wxSize const &arg6_defvalue = wxDefaultSize ;
|
||||||
@@ -8278,22 +8284,26 @@ static PyObject *_wrap_StaticPicture_Create(PyObject *, PyObject *args, PyObject
|
|||||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
(char *) "self",(char *) "parent",(char *) "id",(char *) "label",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:StaticPicture_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:StaticPicture_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||||
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxStaticPicture, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxStaticPicture, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(1)) SWIG_fail;
|
if (SWIG_arg_fail(1)) SWIG_fail;
|
||||||
SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_wxWindow, SWIG_POINTER_EXCEPTION | 0);
|
||||||
if (SWIG_arg_fail(2)) SWIG_fail;
|
if (SWIG_arg_fail(2)) SWIG_fail;
|
||||||
{
|
if (obj2) {
|
||||||
arg3 = (int)(SWIG_As_int(obj2));
|
{
|
||||||
if (SWIG_arg_fail(3)) SWIG_fail;
|
arg3 = (int)(SWIG_As_int(obj2));
|
||||||
}
|
if (SWIG_arg_fail(3)) SWIG_fail;
|
||||||
{
|
}
|
||||||
SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
}
|
||||||
if (SWIG_arg_fail(4)) SWIG_fail;
|
if (obj3) {
|
||||||
if (arg4 == NULL) {
|
{
|
||||||
SWIG_null_ref("wxBitmap");
|
SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_wxBitmap, SWIG_POINTER_EXCEPTION | 0);
|
||||||
|
if (SWIG_arg_fail(4)) SWIG_fail;
|
||||||
|
if (arg4 == NULL) {
|
||||||
|
SWIG_null_ref("wxBitmap");
|
||||||
|
}
|
||||||
|
if (SWIG_arg_fail(4)) SWIG_fail;
|
||||||
}
|
}
|
||||||
if (SWIG_arg_fail(4)) SWIG_fail;
|
|
||||||
}
|
}
|
||||||
if (obj4) {
|
if (obj4) {
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user