- windows3c.delete_wxLayoutAlgorithm(self.this)
- def LayoutMDIFrame(self,arg0,*args):
- argl = map(None,args)
- try: argl[0] = argl[0].this
- except: pass
- args = tuple(argl)
- val = apply(windows3c.wxLayoutAlgorithm_LayoutMDIFrame,(self.this,arg0.this,)+args)
- return val
- def LayoutFrame(self,arg0,*args):
- argl = map(None,args)
- try: argl[0] = argl[0].this
- except: pass
- args = tuple(argl)
- val = apply(windows3c.wxLayoutAlgorithm_LayoutFrame,(self.this,arg0.this,)+args)
+ windows3c.delete_wxLayoutAlgorithm(self)
+ def LayoutMDIFrame(self, *_args, **_kwargs):
+ val = apply(windows3c.wxLayoutAlgorithm_LayoutMDIFrame,(self,) + _args, _kwargs)
+ return val
+ def LayoutFrame(self, *_args, **_kwargs):
+ val = apply(windows3c.wxLayoutAlgorithm_LayoutFrame,(self,) + _args, _kwargs)
+ return val
+ def LayoutWindow(self, *_args, **_kwargs):
+ val = apply(windows3c.wxLayoutAlgorithm_LayoutWindow,(self,) + _args, _kwargs)