updates for swig generated code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-08-14 23:03:59 +00:00
parent c7e7022c2c
commit cd09615235
12 changed files with 3813 additions and 1337 deletions

View File

@@ -128,6 +128,20 @@ class wxMiniFrame(wxMiniFramePtr):
class wxTipWindowPtr(wxFramePtr):
def __init__(self,this):
self.this = this
self.thisown = 0
def __repr__(self):
return "<C wxTipWindow instance at %s>" % (self.this,)
class wxTipWindow(wxTipWindowPtr):
def __init__(self,*_args,**_kwargs):
self.this = apply(framesc.new_wxTipWindow,_args,_kwargs)
self.thisown = 1
#-------------- FUNCTION WRAPPERS ------------------