X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6157a69950089f5fbd947b20c20ea437fd4f460..af2309c0fb59458b70a9645b140fbd1d7a4b801c:/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. """ + + + + + + + + +