[pywin32-checkins] pywin32/win32/Lib commctrl.py,1.3,1.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2004-07-13 07:44:29
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15811 Modified Files: commctrl.py Log Message: [ 977388 ] New constants in commctrl Index: commctrl.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/commctrl.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** commctrl.py 26 May 2004 08:53:08 -0000 1.3 --- commctrl.py 13 Jul 2004 07:44:13 -0000 1.4 *************** *** 617,620 **** --- 617,621 ---- TTN_NEEDTEXTW = TTN_GETDISPINFOW SBARS_SIZEGRIP = 256 + SBARS_TOOLTIPS = 2048 STATUSCLASSNAMEA = "msctls_statusbar32" STATUSCLASSNAME = STATUSCLASSNAMEA *************** *** 649,652 **** --- 650,654 ---- SBT_POPOUT = 512 SBT_RTLREADING = 1024 + SBT_NOTABPARSING = 2048 SBT_TOOLTIPS = 2048 SB_SETBKCOLOR = CCM_SETBKCOLOR # lParam = bkColor |