Files
wxWidgets/wxPython/demo
Robin Dunn 6606583981 Fixed wx.Timer to not need to hold an extra reference to itself, so it
can be cleaned up properly when the Python reference to it is
released.  Also fixed wx.FutureCall so that its timer can be
restarted.  Souped up the Timer demo to show and explain the various
ways to use a wx.Timer.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-02 23:44:42 +00:00
..
2002-05-05 04:17:27 +00:00
2004-01-15 22:37:26 +00:00
2001-12-07 04:32:43 +00:00
2003-08-14 03:58:15 +00:00
2004-02-04 23:37:35 +00:00
2002-05-27 21:22:37 +00:00
2004-02-24 02:01:04 +00:00
2004-01-20 23:26:57 +00:00
2004-01-22 23:25:09 +00:00
2004-01-31 01:19:44 +00:00
2004-02-26 20:49:22 +00:00
2004-01-06 21:17:32 +00:00
2000-07-15 19:51:35 +00:00
2004-02-24 02:01:04 +00:00
2004-01-15 01:24:35 +00:00
2004-02-26 19:33:48 +00:00
2003-12-24 02:36:30 +00:00
2004-01-22 23:56:00 +00:00
2004-02-24 02:01:04 +00:00
2004-02-24 02:01:04 +00:00
2004-01-16 19:25:11 +00:00
2004-01-08 22:20:47 +00:00
2004-01-23 21:11:27 +00:00
2004-01-21 03:06:55 +00:00
2000-07-15 19:51:35 +00:00
2004-02-24 02:01:04 +00:00
2004-01-21 01:48:24 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2004-02-06 22:14:22 +00:00
2004-01-20 23:26:57 +00:00
2004-02-03 03:55:05 +00:00
2004-01-15 23:33:19 +00:00
2004-01-20 23:26:57 +00:00
2004-01-15 01:24:35 +00:00
2004-01-15 01:08:37 +00:00
2003-12-24 02:36:30 +00:00

To run the main demo in this directory, execute demo.py.  In other
words, one of the following commands should do it:

       demo.py
       python demo.py
       pythonw demo.py