more minor fixes, stabalizations, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-08-08 19:53:58 +00:00
parent 0d8ab7638d
commit 3a084b48d0
28 changed files with 654 additions and 30 deletions

View File

@@ -62,8 +62,9 @@ class wxEvtHandlerPtr :
_prop_list_ = {}
class wxEvtHandler(wxEvtHandlerPtr):
def __init__(self,this):
self.this = this
def __init__(self,*_args,**_kwargs):
self.this = apply(windowsc.new_wxEvtHandler,_args,_kwargs)
self.thisown = 1