fix typo in ctor name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -1719,8 +1719,18 @@ class PyAuiDockArt(AuiDefaultDockArt): | ||||
|     methods to the Python methods implemented in the derived class. | ||||
|     """ | ||||
|     thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | ||||
|     def __init__(self): raise AttributeError, "No constructor defined" | ||||
|     __repr__ = _swig_repr | ||||
|     def __init__(self, *args, **kwargs):  | ||||
|         """ | ||||
|         __init__(self) -> PyAuiDockArt | ||||
|  | ||||
|         This version of the `AuiDockArt` class has been instrumented to be | ||||
|         subclassable in Python and to reflect all calls to the C++ base class | ||||
|         methods to the Python methods implemented in the derived class. | ||||
|         """ | ||||
|         _aui.PyAuiDockArt_swiginit(self,_aui.new_PyAuiDockArt(*args, **kwargs)) | ||||
|         PyAuiDockArt._setCallbackInfo(self, self, PyAuiDockArt) | ||||
|  | ||||
| _aui.PyAuiDockArt_swigregister(PyAuiDockArt) | ||||
|  | ||||
| class PyAuiTabArt(AuiDefaultTabArt): | ||||
|   | ||||
| @@ -18145,6 +18145,24 @@ SWIGINTERN PyObject *AuiMDIClientWindow_swiginit(PyObject *SWIGUNUSEDPARM(self), | ||||
|   return SWIG_Python_InitShadowInstance(args); | ||||
| } | ||||
|  | ||||
| SWIGINTERN PyObject *_wrap_new_PyAuiDockArt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { | ||||
|   PyObject *resultobj = 0; | ||||
|   wxPyAuiDockArt *result = 0 ; | ||||
|    | ||||
|   if (!SWIG_Python_UnpackTuple(args,"new_PyAuiDockArt",0,0,0)) SWIG_fail; | ||||
|   { | ||||
|     PyThreadState* __tstate = wxPyBeginAllowThreads(); | ||||
|     result = (wxPyAuiDockArt *)new wxPyAuiDockArt(); | ||||
|     wxPyEndAllowThreads(__tstate); | ||||
|     if (PyErr_Occurred()) SWIG_fail; | ||||
|   } | ||||
|   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_wxPyAuiDockArt, SWIG_POINTER_NEW |  0 ); | ||||
|   return resultobj; | ||||
| fail: | ||||
|   return NULL; | ||||
| } | ||||
|  | ||||
|  | ||||
| SWIGINTERN PyObject *PyAuiDockArt_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { | ||||
|   PyObject *obj; | ||||
|   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL; | ||||
| @@ -18152,6 +18170,10 @@ SWIGINTERN PyObject *PyAuiDockArt_swigregister(PyObject *SWIGUNUSEDPARM(self), P | ||||
|   return SWIG_Py_Void(); | ||||
| } | ||||
|  | ||||
| SWIGINTERN PyObject *PyAuiDockArt_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { | ||||
|   return SWIG_Python_InitShadowInstance(args); | ||||
| } | ||||
|  | ||||
| SWIGINTERN PyObject *_wrap_new_PyAuiTabArt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { | ||||
|   PyObject *resultobj = 0; | ||||
|   wxPyAuiTabArt *result = 0 ; | ||||
| @@ -18613,7 +18635,9 @@ static PyMethodDef SwigMethods[] = { | ||||
| 	 { (char *)"AuiMDIClientWindow_SetSelection", (PyCFunction) _wrap_AuiMDIClientWindow_SetSelection, METH_VARARGS | METH_KEYWORDS, NULL}, | ||||
| 	 { (char *)"AuiMDIClientWindow_swigregister", AuiMDIClientWindow_swigregister, METH_VARARGS, NULL}, | ||||
| 	 { (char *)"AuiMDIClientWindow_swiginit", AuiMDIClientWindow_swiginit, METH_VARARGS, NULL}, | ||||
| 	 { (char *)"new_PyAuiDockArt", (PyCFunction)_wrap_new_PyAuiDockArt, METH_NOARGS, NULL}, | ||||
| 	 { (char *)"PyAuiDockArt_swigregister", PyAuiDockArt_swigregister, METH_VARARGS, NULL}, | ||||
| 	 { (char *)"PyAuiDockArt_swiginit", PyAuiDockArt_swiginit, METH_VARARGS, NULL}, | ||||
| 	 { (char *)"new_PyAuiTabArt", (PyCFunction)_wrap_new_PyAuiTabArt, METH_NOARGS, NULL}, | ||||
| 	 { (char *)"PyAuiTabArt_swigregister", PyAuiTabArt_swigregister, METH_VARARGS, NULL}, | ||||
| 	 { (char *)"PyAuiTabArt_swiginit", PyAuiTabArt_swiginit, METH_VARARGS, NULL}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user