From 68d92db33127b8d5e204f24718fddb63b840552e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 30 Oct 2001 18:16:01 +0000 Subject: [PATCH 1/1] Updated timer demo (again ;-) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/wxTimer.py | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/wxPython/demo/wxTimer.py b/wxPython/demo/wxTimer.py index a751d64e20..a6430ebaad 100644 --- a/wxPython/demo/wxTimer.py +++ b/wxPython/demo/wxTimer.py @@ -69,10 +69,15 @@ def runTest(frame, nb, log): overview = """\ -The wxTimer class allows you to execute code at specified intervals. To use it, derive a new class and override the Notify member to perform the required action. Start with Start, stop with Stop, it's as simple as that. +The wxTimer class allows you to execute code at specified intervals. -wxTimer() ------------------- - -Constructor. """ + + + + + + + + + -- 2.47.2