reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-14 03:17:53 +00:00
parent 856bf319b5
commit 98e665d3b0
21 changed files with 862 additions and 812 deletions

View File

@@ -4457,7 +4457,11 @@ class PyApp(EvtHandler):
def __repr__(self):
return "<%s.%s; proxy of C++ wxPyApp instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
"""__init__() -> PyApp"""
"""
__init__() -> PyApp
Create a new application object, starting the bootstrap process.
"""
newobj = _core.new_PyApp(*args, **kwargs)
self.this = newobj.this
self.thisown = 1