[Wnd-commit] wnd/wnd/controls scrollbar.py,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-05-15 09:27:55
|
Update of /cvsroot/wnd/wnd/wnd/controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31173 Modified Files: scrollbar.py Log Message: new message Index: scrollbar.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/controls/scrollbar.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** scrollbar.py 29 Apr 2005 15:22:14 -0000 1.1.1.1 --- scrollbar.py 15 May 2005 09:27:25 -0000 1.2 *************** *** 159,163 **** return self._base_HandleScroll(hwnd, msgr.msg, msgr.wParam, msgr.lParam) return 0 ! def ForwardKeyMessage(self, hwnd, msg, wp, lp): --- 159,166 ---- return self._base_HandleScroll(hwnd, msgr.msg, msgr.wParam, msgr.lParam) return 0 ! ! elif msg==self.Msg.WM_DESTROY: ! self.onMSG(hwnd, "destroy", 0, 0) ! return 0 def ForwardKeyMessage(self, hwnd, msg, wp, lp): |