SWIGged updates for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-03-25 20:37:50 +00:00
parent 1adff2f56f
commit 7108497a54
58 changed files with 7755 additions and 2897 deletions

View File

@@ -246,9 +246,12 @@ class wxLayoutAlgorithmPtr(wxObjectPtr):
def __init__(self,this):
self.this = this
self.thisown = 0
def __del__(self,windows3c=windows3c):
if self.thisown == 1 :
windows3c.delete_wxLayoutAlgorithm(self)
def __del__(self, delfunc=windows3c.delete_wxLayoutAlgorithm):
if self.thisown == 1:
try:
delfunc(self)
except:
pass
def LayoutMDIFrame(self, *_args, **_kwargs):
val = apply(windows3c.wxLayoutAlgorithm_LayoutMDIFrame,(self,) + _args, _kwargs)
return val