git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42323
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
self.timer = wx.Timer(self)
self.timer.Start(100)
self.timer = wx.Timer(self)
self.timer.Start(100)
+ def __del__(self):
+ self.timer.Stop()
+
def TimerHandler(self, event):
self.count = self.count + 1
def TimerHandler(self, event):
self.count = self.count + 1
#----------------------------------------------------------------------
def runTest(frame, nb, log):
#----------------------------------------------------------------------
def runTest(frame, nb, log):