X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0812732316f715a480526cedcd481e7fc31a130c..cc9efb9be731d6827981fb8ddacf60bf1382b31c:/utils/wxPython/src/msw/windows3.py?ds=sidebyside diff --git a/utils/wxPython/src/msw/windows3.py b/utils/wxPython/src/msw/windows3.py index c1b716e47b..cf20a91997 100644 --- a/utils/wxPython/src/msw/windows3.py +++ b/utils/wxPython/src/msw/windows3.py @@ -255,6 +255,13 @@ class wxLayoutAlgorithmPtr : args = tuple(argl) val = apply(windows3c.wxLayoutAlgorithm_LayoutFrame,(self.this,arg0.this,)+args) return val + def LayoutWindow(self,arg0,*args): + argl = map(None,args) + try: argl[0] = argl[0].this + except: pass + args = tuple(argl) + val = apply(windows3c.wxLayoutAlgorithm_LayoutWindow,(self.this,arg0.this,)+args) + return val def __repr__(self): return "" class wxLayoutAlgorithm(wxLayoutAlgorithmPtr):