[Python-checkins] CVS: python/dist/src/Mac/Modules/win winscan.py,1.18,1.19

Jack Jansen jackjansen@users.sourceforge.net
2001年12月18日 07:38:56 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/win
In directory usw-pr-cvs1:/tmp/cvs-serv15908/python/Mac/Modules/win
Modified Files:
	winscan.py 
Log Message:
Updated to Universal Headers 3.4
Index: winscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/win/winscan.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** winscan.py	2001年02月28日 23:32:42	1.18
--- winscan.py	2001年12月18日 15:38:54	1.19
***************
*** 72,76 ****
 				'GetWindowSpareFlag',
 			]),
! 			('#if TARGET_API_MAC_CARBON', [
 				'IsWindowUpdatePending',
 				'FindWindowOfClass',
--- 72,76 ----
 				'GetWindowSpareFlag',
 			]),
! 			('#if !TARGET_API_MAC_OS8', [
 				'IsWindowUpdatePending',
 				'FindWindowOfClass',
***************
*** 83,86 ****
--- 83,108 ----
 				'ChangeWindowAttributes',
 				'ReshapeCustomWindow',
+ 				'EnableScreenUpdates',
+ 				'DisableScreenUpdates',
+ 				'GetAvailableWindowPositioningBounds',
+ 				'CreateStandardWindowMenu',
+ 				'GetSheetWindowParent',
+ 				'HideSheetWindow',
+ 				'ShowSheetWindow',
+ 				'ConstrainWindowToScreen',
+ 				'GetWindowGreatestAreaDevice',
+ 				'CopyWindowTitleAsCFString',
+ 				'SetWindowTitleWithCFString',
+ 				'CopyWindowAlternateTitle',
+ 				'SetWindowAlternateTitle',
+ 				'GetWindowModality',
+ 				'SetWindowModality',
+ 				'SetWindowClass',
+ 				'ReleaseWindow',
+ 				'RetainWindow',
+ 				'GetWindowRetainCount',
+ 			]),
+ 			('#if TARGET_API_MAC_OSX', [
+ 				'TransitionWindowAndParent',
 			])]
 			
***************
*** 93,96 ****
--- 115,119 ----
 			'WindowDefSpec',	# Too difficult for now
 			'WindowDefSpec_ptr',
+ 			'EventRef', #TBD
 			]
 

AltStyle によって変換されたページ (->オリジナル) /