]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/msw/windows3.py
wxPython 2.1b1: Very minor changes needed for wxGTK
[wxWidgets.git] / utils / wxPython / src / msw / windows3.py
index c1b716e47b786356d3e8e4556e04e14520000c0b..cf20a91997f3c5187df1924ed4855b15530bea06 100644 (file)
@@ -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 "<C wxLayoutAlgorithm instance>"
 class wxLayoutAlgorithm(wxLayoutAlgorithmPtr):