reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-02-07 21:44:44 +00:00
parent 365271b573
commit 4976f9967a
73 changed files with 8984 additions and 7542 deletions

View File

@@ -1730,8 +1730,18 @@ class PyAuiTabArt(AuiDefaultTabArt):
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) -> PyAuiTabArt
This version of the `TabArt` 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.PyAuiTabArt_swiginit(self,_aui.new_PyAuiTabArt(*args, **kwargs))
PyAuiTabArt._setCallbackInfo(self, self, PyAuiTabArt)
_aui.PyAuiTabArt_swigregister(PyAuiTabArt)