[pywin32-checkins] pywin32/win32/src win32gui.i,1.74,1.75
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-01-10 05:38:00
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26615 Modified Files: win32gui.i Log Message: autoduck corrections. Index: win32gui.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32gui.i,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** win32gui.i 10 Jan 2006 03:43:21 -0000 1.74 --- win32gui.i 10 Jan 2006 05:37:50 -0000 1.75 *************** *** 3322,3326 **** // @pyswig |CreateSolidBrush| HBRUSH CreateSolidBrush(COLORREF color); ! // @pyswid |CreatePen| HPEN CreatePen(int fnPenStyle, int nWidth, COLORREF crColor); // @pyswig |GetSysColor| --- 3322,3326 ---- // @pyswig |CreateSolidBrush| HBRUSH CreateSolidBrush(COLORREF color); ! // @pyswig |CreatePen| HPEN CreatePen(int fnPenStyle, int nWidth, COLORREF crColor); // @pyswig |GetSysColor| |