Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11202
Modified Files:
win32gui.i
Log Message:
GetWindowRgnBox not in win2k or earlier
Index: win32gui.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32gui.i,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** win32gui.i 2 Jan 2007 07:30:50 -0000 1.95
--- win32gui.i 3 Jan 2007 04:20:41 -0000 1.96
***************
*** 5216,5219 ****
--- 5216,5220 ----
BOOL Redraw); // @pyparm boolean|Redraw||Indicates if window should be completely redrawn
+ #ifdef WINXPGUI
// @pyswig int, <o PyRECT>|GetWindowRgnBox|Returns the bounding box for a window's region
// @rdesc Returns type of region and rectangle coordinates in device units
***************
*** 5221,5225 ****
HWND hWnd, // @pyparm <o PyHANDLE>|hWnd||Handle to a window that has a window region. (see <om win32gui.SetWindowRgn>)
RECT *OUTPUT);
!
// @pyswig |ValidateRgn|Removes a region from a window's update region
BOOLAPI ValidateRgn(
--- 5222,5227 ----
HWND hWnd, // @pyparm <o PyHANDLE>|hWnd||Handle to a window that has a window region. (see <om win32gui.SetWindowRgn>)
RECT *OUTPUT);
! // @comm Only available in winxpgui
! #endif
// @pyswig |ValidateRgn|Removes a region from a window's update region
BOOLAPI ValidateRgn(
|