#----------------------------------------------------------------------
 # There are better ways to do IDs, but this demo requires that the window
 
 #----------------------------------------------------------------------
 # There are better ways to do IDs, but this demo requires that the window
     def OnNewWindow(self, evt):
         self.winCount = self.winCount + 1
         win = wx.MDIChildFrame(self, -1, "Child Window: %d" % self.winCount)
     def OnNewWindow(self, evt):
         self.winCount = self.winCount + 1
         win = wx.MDIChildFrame(self, -1, "Child Window: %d" % self.winCount)