]> git.saurik.com Git - wxWidgets.git/commit
Fixed wx.Timer to not need to hold an extra reference to itself, so it
authorRobin Dunn <robin@alldunn.com>
Tue, 2 Mar 2004 23:44:42 +0000 (23:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 2 Mar 2004 23:44:42 +0000 (23:44 +0000)
commit660658398148d82d492a5d1a944bc4058a082267
treefd92d811e989ec4161a56406548d74c469b80ac1
parenta5441ce3a5583735e9d52f029b2314cf5a46294c
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
wxPython/demo/Timer.py
wxPython/src/_core_ex.py
wxPython/src/_timer.i