Renamed demo modules to be wx-less.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import wx
|
||||
|
||||
import wxScrolledWindow
|
||||
import ScrolledWindow
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# There are better ways to do IDs, but this demo requires that the window
|
||||
@@ -135,7 +135,7 @@ class MyParentFrame(wx.MDIParentFrame):
|
||||
def OnNewWindow(self, evt):
|
||||
self.winCount = self.winCount + 1
|
||||
win = wx.MDIChildFrame(self, -1, "Child Window: %d" % self.winCount)
|
||||
canvas = wxScrolledWindow.MyCanvas(win)
|
||||
canvas = ScrolledWindow.MyCanvas(win)
|
||||
win.Show(True)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user