]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxTimer.py
checked in forgottern parts of MSLU changes
[wxWidgets.git] / wxPython / demo / wxTimer.py
index a751d64e209f9e757d2eecda8caa6420557fe5c0..a6430ebaad4bfdd722e205787798ff54f6b00ea8 100644 (file)
@@ -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.
 """
+
+
+
+
+
+
+
+
+