]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/LEDNumberCtrl.py
copy the metadata file into the docs archive too
[wxWidgets.git] / wxPython / demo / LEDNumberCtrl.py
index 4814864d4b0e293fa6f4d38e1e546dd5e40dfbd6..da45690412d02341428ce43cd786b13c0731133d 100644 (file)
@@ -35,6 +35,10 @@ class TestPanel(wx.Panel):
         self.clock.SetValue(st)
 
 
+    def ShutdownDemo(self):
+        self.timer.Stop()
+        del self.timer
+
 
 #----------------------------------------------------------------------