git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41575
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
self.sizer = sizerFunc(p)
self.CreateStatusBar()
self.SetStatusText("Resize this frame to see how the sizers respond...")
self.sizer = sizerFunc(p)
self.CreateStatusBar()
self.SetStatusText("Resize this frame to see how the sizers respond...")
self.Bind(wx.EVT_CLOSE, self.OnCloseWindow)
self.Fit()
self.Bind(wx.EVT_CLOSE, self.OnCloseWindow)
self.Fit()