]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/AUI_MDI.py
Upport latest changes from 2_8 branch (print dialog
[wxWidgets.git] / wxPython / demo / AUI_MDI.py
index ec2469c5b1b784b965519f34587a3fba0a99925d..a8d8ab4ff345ea0f0df520b9a91e14d24966b207 100644 (file)
@@ -9,7 +9,8 @@ class ParentFrame(wx.aui.AuiMDIParentFrame):
     def __init__(self, parent):
         wx.aui.AuiMDIParentFrame.__init__(self, parent, -1,
                                           title="AuiMDIParentFrame",
-                                          size=(640,480))
+                                          size=(640,480),
+                                          style=wx.DEFAULT_FRAME_STYLE)
         self.count = 0
         mb = self.MakeMenuBar()
         self.SetMenuBar(mb)