Update of /cvsroot/wnd/wnd/wnd/controls
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30276
Modified Files:
header.py
Log Message:
new message
Index: header.py
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd/controls/header.py,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** header.py 29 Apr 2005 15:21:57 -0000 1.1.1.1
--- header.py 15 May 2005 09:22:49 -0000 1.2
***************
*** 114,118 ****
self.onMSG(hwnd, "mouseactivate", 0, 0)
!
def _client_TruncText(self, text):
"""Truncates text to _client_buffer. Return value is
--- 114,122 ----
self.onMSG(hwnd, "mouseactivate", 0, 0)
! elif msg==self.Msg.WM_DESTROY:
! self.onMSG(hwnd, "destroy", 0, 0)
! return 0
!
!
def _client_TruncText(self, text):
"""Truncates text to _client_buffer. Return value is
|