Update of /cvsroot/wnd/wnd/wnd/controls/listview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26713/wnd/controls/listview
Modified Files:
messagehandler.py
Log Message:
bit of this and a bit of that
Index: messagehandler.py
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd/controls/listview/messagehandler.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** messagehandler.py 2 Jul 2005 09:54:34 -0000 1.3
--- messagehandler.py 23 Jul 2005 22:10:06 -0000 1.4
***************
*** 14,18 ****
msgr.fReturn= self._base_fMsgReflect
-
if msgr.msg==self.Msg.WM_NOTIFY:
# custom draw
--- 14,17 ----
***************
*** 110,115 ****
elif msg==self.Msg.WM_DESTROY:
self.onMSG(hwnd, "destroy", 0, 0)
! return 0
!
elif msg==self.Msg.WM_STYLECHANGING:
# set LVS_SHAREIMAGELISTS as unchangable style
--- 109,113 ----
elif msg==self.Msg.WM_DESTROY:
self.onMSG(hwnd, "destroy", 0, 0)
!
elif msg==self.Msg.WM_STYLECHANGING:
# set LVS_SHAREIMAGELISTS as unchangable style
|