Update of /cvsroot/wnd/wnd/wnd/controls
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29979
Modified Files:
animation.py
Log Message:
new message
Index: animation.py
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd/controls/animation.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** animation.py 29 Apr 2005 15:20:58 -0000 1.1.1.1
--- animation.py 15 May 2005 09:20:36 -0000 1.2
***************
*** 15,21 ****
--- 15,23 ----
def onMESSAGE(self, hwnd, msg, wp, lp):
# Not shure if this is necessary
+
if msg==self.Msg.WM_DESTROY:
try: self.CloseAnim()
except: pass
+ self.onMSG(hwnd, "destroy", 0, 0)
return 0
|