X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9a3de816bb5e048a2b99837a508542a91235f0..ea804aadf91c963d97a56e152d8372c9e689affe:/utils/wxPython/src/gtk/windows3.py diff --git a/utils/wxPython/src/gtk/windows3.py b/utils/wxPython/src/gtk/windows3.py index c1b716e47b..cf20a91997 100644 --- a/utils/wxPython/src/gtk/windows3.py +++ b/utils/wxPython/src/gtk/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):