wx* and other name fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,7 +19,7 @@ class TestPanel(wx.Panel):
|
||||
self.Bind(wx.EVT_BUTTON, self.ShowMDIDemo, b1)
|
||||
|
||||
b2 = wx.Button(self, -1, "MDI with SashWindows demo")
|
||||
self.Bind(wx.EVT_BUTTON, self.ShowMDIDemo, b2)
|
||||
self.Bind(wx.EVT_BUTTON, self.ShowMDISashDemo, b2)
|
||||
|
||||
box = wx.BoxSizer(wx.VERTICAL)
|
||||
box.Add((20, 30))
|
||||
|
Reference in New Issue
Block a user