[Python-checkins] CVS: python/dist/src/Mac/Modules/app appscan.py,1.4,1.5

Jack Jansen jackjansen@users.sourceforge.net
Sun, 16 Dec 2001 12:17:58 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/app
In directory usw-pr-cvs1:/tmp/cvs-serv2527/Python/Mac/Modules/app

Modified Files:
	appscan.py 
Log Message:
Adapted for Universal Headers 3.4

Index: appscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/app/appscan.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** appscan.py	2000/12/19 21:33:51	1.4
--- appscan.py	2001/12/16 20:17:56	1.5
***************
*** 49,52 ****
--- 49,53 ----
  			"appearanceThemeHasNoAccents",
  			"appearanceBadCursorIndexErr",
+ 			"DrawThemeTextBox",    # Funny void* out param
  			]
  
***************
*** 55,58 ****
--- 56,62 ----
  			('#if TARGET_API_MAC_CARBON', [
  				'GetThemeMetric',
+ 				'GetThemeTextShadowOutset',
+ 				'GetThemeTextDimensions',
+ 				'TruncateThemeText',
  			])]
  			
***************
*** 72,75 ****
--- 76,80 ----
  			"ThemeDrawingState",	# This is an opaque pointer, so it should be simple. Later.
  			"Collection",		# No interface to collection mgr yet.
+ 			"BytePtr",		# Not yet.
  			]