X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6157a69950089f5fbd947b20c20ea437fd4f460..f7db440e1f01702901bf9a54be26ec4dc6b69561:/wxPython/demo/wxTimer.py 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. """ + + + + + + + + +