reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-02 03:13:30 +00:00
parent 03e37cd542
commit c24da6d6a6
19 changed files with 2134 additions and 1756 deletions

View File

@@ -5,7 +5,7 @@ import _iewin
import _core
wx = _core
__docfilter__ = wx.__docfilter__
__docfilter__ = wx.__DocFilter(globals())
class MSHTMLEvent(_core.NotifyEvent):
def __repr__(self):
return "<%s.%s; proxy of C++ wxMSHTMLEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)