[Wnd-commit] wnd/wnd/controls/toolbar __init__.py,1.1.1.1,1.2 messagehandler.py,1.2,1.3
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-02 09:55:41
|
Update of /cvsroot/wnd/wnd/wnd/controls/toolbar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24685 Modified Files: __init__.py messagehandler.py Log Message: bit of this and a bit of that Index: __init__.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/controls/toolbar/__init__.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** __init__.py 29 Apr 2005 15:22:23 -0000 1.1.1.1 --- __init__.py 2 Jul 2005 09:55:32 -0000 1.2 *************** *** 47,51 **** def AddBitmap(self, ID, hInst=None): # not complete yet. Second member is the resource identifier as UINT. - # I could not get MAKEINTRESOURCE to work if not hInst: hInst=4294967295 # HINST_COMMCTRL --- 47,50 ---- Index: messagehandler.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/controls/toolbar/messagehandler.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** messagehandler.py 15 May 2005 09:36:43 -0000 1.2 --- messagehandler.py 2 Jul 2005 09:55:32 -0000 1.3 *************** *** 23,27 **** if wp==fw.WND_NM_MSGREFLECT: msgr= fw.WND_MSGREFLECT.from_address(lp) ! msgr.fReturn= 1 if msgr.msg==self.Msg.WM_COMMAND: --- 23,27 ---- if wp==fw.WND_NM_MSGREFLECT: msgr= fw.WND_MSGREFLECT.from_address(lp) ! msgr.fReturn= self._base_fMsgReflect if msgr.msg==self.Msg.WM_COMMAND: |