[pywin32-checkins] pywin32/win32/src win32gui.i,1.60,1.61
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-04-12 06:05:12
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15279 Modified Files: win32gui.i Log Message: Autoduck corrections. Index: win32gui.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32gui.i,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** win32gui.i 12 Apr 2005 03:41:35 -0000 1.60 --- win32gui.i 12 Apr 2005 06:05:03 -0000 1.61 *************** *** 1986,1990 **** BOOLAPI DeleteObject(HANDLE h); // @pyparm int|handle||handle to the object to delete. ! // @pyswig |BitBlt||Performs a bit-block transfer of the color data corresponding // to a rectangle of pixels from the specified source device context into a // destination device context. --- 1986,1990 ---- BOOLAPI DeleteObject(HANDLE h); // @pyparm int|handle||handle to the object to delete. ! // @pyswig |BitBlt|Performs a bit-block transfer of the color data corresponding // to a rectangle of pixels from the specified source device context into a // destination device context. *************** *** 2001,2005 **** ); ! // @pyswig |StretchBlt||Copies a bitmap from a source rectangle into a destination // rectangle, stretching or compressing the bitmap to fit the dimensions of the // destination rectangle, if necessary --- 2001,2005 ---- ); ! // @pyswig |StretchBlt|Copies a bitmap from a source rectangle into a destination // rectangle, stretching or compressing the bitmap to fit the dimensions of the // destination rectangle, if necessary |