Update of /cvsroot/wnd/wnd/wnd/controls
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30387
Modified Files:
ipcontrol.py
Log Message:
new message
Index: ipcontrol.py
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd/controls/ipcontrol.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ipcontrol.py 29 Apr 2005 15:22:06 -0000 1.1.1.1
--- ipcontrol.py 15 May 2005 09:24:07 -0000 1.2
***************
*** 52,55 ****
--- 52,60 ----
else: raise ValueError("value out of range: %s" % result)
return 0
+
+
+ elif msg==self.Msg.WM_DESTROY:
+ self.onMSG(hwnd, "destroy", 0, 0)
+ return 0
|