X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6157a69950089f5fbd947b20c20ea437fd4f460..28f5082b3235a349ffc3b99eeacca5049ccd42dd:/wxPython/demo/wxTimer.py?ds=sidebyside 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. """ + + + + + + + + +