Updated timer demo (again ;-)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-10-30 18:16:01 +00:00
parent e6157a6995
commit 68d92db331

View 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.
"""