[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites AppleScript_Suite.py,1.6,1.7 Macintosh_Connectivity_Clas.py,1.6,1.7 QuickDraw_Graphics_Suite.py,1.6,1.7 QuickDraw_Graphics_Suppleme.py,1.5,1.6 Required_Suite.py,1.3,1.4 Standard_Suite.py,1.6,1.7 Table_Suite.py,1.5,1.6 Text_Suite.py,1.5,1.6 Type_Names_Suite.py,1.6,1.7 __init__.py,1.6,1.7

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Sat, 12 Apr 2003 15:27:13 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites
In directory sc8-pr-cvs1:/tmp/cvs-serv30892/lib-scriptpackages/StdSuites

Modified Files:
	AppleScript_Suite.py Macintosh_Connectivity_Clas.py 
	QuickDraw_Graphics_Suite.py QuickDraw_Graphics_Suppleme.py 
	Required_Suite.py Standard_Suite.py Table_Suite.py 
	Text_Suite.py Type_Names_Suite.py __init__.py 
Log Message:
Oops, _propdeclarations and friends are needed: gensuitemodule uses them
to lookup properties declared in base classes. Looking at it I'm not sure
what the official scope if the property codes is, maybe it is only the
(OSA) class in which they are used. But giving them global scope hasn't been
a problem so far.

Regenerated the standard suites, which are now also space-indented.


Index: AppleScript_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AppleScript_Suite.py	1 Apr 2003 22:04:49 -0000	1.6
--- AppleScript_Suite.py	12 Apr 2003 22:27:09 -0000	1.7
***************
*** 13,847 ****
  class AppleScript_Suite_Events:
  
! 	def _26_(self, _object, _attributes={}, **_arguments):
! 		"""&: Concatenation
! 		Required argument: an AE object reference
! 		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: anything
! 		"""
! 		_code = 'ascr'
! 		_subcode = 'ccat'
[...3302 lines suppressed...]
!     'spac' : _Prop_space,
!     'tab ' : _Prop_tab,
!     'time' : _Prop_time,
!     'tstr' : _Prop_time_string,
!     'txdl' : _Prop_text_item_delimiters,
!     'week' : _Prop_weeks,
!     'wkdy' : _Prop_weekday,
!     'year' : _Prop_year,
! }
! 
! _compdeclarations = {
! }
! 
! _enumdeclarations = {
!     'boov' : _Enum_boov,
!     'cons' : _Enum_cons,
!     'eMds' : _Enum_eMds,
!     'ekst' : _Enum_ekst,
!     'misc' : _Enum_misc,
  }

Index: Macintosh_Connectivity_Clas.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Macintosh_Connectivity_Clas.py	1 Apr 2003 22:04:52 -0000	1.6
--- Macintosh_Connectivity_Clas.py	12 Apr 2003 22:27:10 -0000	1.7
***************
*** 13,166 ****
  class Macintosh_Connectivity_Clas_Events:
  
! 	pass
  
  
  class ADB_address(aetools.ComponentItem):
! 	"""ADB address - Addresses a device connected via Apple Desktop Bus """
! 	want = 'cadb'
  class _Prop__3c_inheritance_3e_(aetools.NProperty):
! 	"""<inheritance> - inherits some of its properties from this class """
! 	which = 'c@#^'
! 	want = 'cadr'
  class _Prop_ID(aetools.NProperty):
! 	"""ID - the Apple Desktop Bus device ID """
! 	which = 'ID  '
! 	want = 'shor'
  
  ADB_addresses = ADB_address
  
  class address_specification(aetools.ComponentItem):
! 	"""address specification - Unique designation of a device or service connected to this computer """
! 	want = 'cadr'
  class _Prop_conduit(aetools.NProperty):
! 	"""conduit - How the addressee is physically connected """
! 	which = 'pcon'
! 	want = 'econ'
  class _Prop_properties(aetools.NProperty):
! 	"""properties - property that allows getting and setting of multiple properties """
! 	which = 'pALL'
! 	want = 'reco'
  class _Prop_protocol(aetools.NProperty):
! 	"""protocol - How to talk to this addressee """
! 	which = 'pprt'
! 	want = 'epro'
  
  address_specifications = address_specification
  
  class AppleTalk_address(aetools.ComponentItem):
! 	"""AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """
! 	want = 'cat '
  class _Prop_AppleTalk_machine(aetools.NProperty):
! 	"""AppleTalk machine - the machine name part of the address """
! 	which = 'patm'
! 	want = 'TEXT'
  class _Prop_AppleTalk_type(aetools.NProperty):
! 	"""AppleTalk type - the type part of the AppleTalk address """
! 	which = 'patt'
! 	want = 'TEXT'
  class _Prop_AppleTalk_zone(aetools.NProperty):
! 	"""AppleTalk zone - the zone part of the address """
! 	which = 'patz'
! 	want = 'TEXT'
  
  AppleTalk_addresses = AppleTalk_address
  
  class bus_slot(aetools.ComponentItem):
! 	"""bus slot - Addresses a PC, PCI, or NuBus card """
! 	want = 'cbus'
  
  bus_slots = bus_slot
  
  class device_specification(aetools.ComponentItem):
! 	"""device specification - A device connected to a computer """
! 	want = 'cdev'
  class _Prop_device_address(aetools.NProperty):
! 	"""device address - the address of the device """
! 	which = 'pdva'
! 	want = 'cadr'
  class _Prop_device_type(aetools.NProperty):
! 	"""device type - the kind of device """
! 	which = 'pdvt'
! 	want = 'edvt'
  
  device_specifications = device_specification
  
  class Ethernet_address(aetools.ComponentItem):
! 	"""Ethernet address - Addresses a device by its Ethernet address """
! 	want = 'cen '
  
  Ethernet_addresses = Ethernet_address
  
  class FireWire_address(aetools.ComponentItem):
! 	"""FireWire address - Addresses a device on the FireWire bus """
! 	want = 'cfw '
  
  FireWire_addresses = FireWire_address
  
  class IP_address(aetools.ComponentItem):
! 	"""IP address - Addresses a device or service via the Internet Protocol (IP) """
! 	want = 'cip '
  class _Prop_DNS_form(aetools.NProperty):
! 	"""DNS form - the address in the form "apple.com" """
! 	which = 'pdns'
! 	want = 'TEXT'
  class _Prop_port(aetools.NProperty):
! 	"""port - the port number of the service or client being addressed """
! 	which = 'ppor'
! 	want = 'TEXT'
  
  IP_addresses = IP_address
  
  class LocalTalk_address(aetools.ComponentItem):
! 	"""LocalTalk address - Addresses a device by its LocalTalk address """
! 	want = 'clt '
  class _Prop_network(aetools.NProperty):
! 	"""network - the LocalTalk network number """
! 	which = 'pnet'
! 	want = 'shor'
  class _Prop_node(aetools.NProperty):
! 	"""node - the LocalTalk node number """
! 	which = 'pnod'
! 	want = 'shor'
  class _Prop_socket(aetools.NProperty):
! 	"""socket - the LocalTalk socket number """
! 	which = 'psoc'
! 	want = 'shor'
  
  LocalTalk_addresses = LocalTalk_address
  
  class SCSI_address(aetools.ComponentItem):
! 	"""SCSI address - Addresses a SCSI device """
! 	want = 'cscs'
  class _Prop_LUN(aetools.NProperty):
! 	"""LUN - the SCSI logical unit number """
! 	which = 'pslu'
! 	want = 'shor'
  class _Prop_SCSI_bus(aetools.NProperty):
! 	"""SCSI bus - the SCSI bus number """
! 	which = 'pscb'
! 	want = 'shor'
  
  SCSI_addresses = SCSI_address
  
  class Token_Ring_address(aetools.ComponentItem):
! 	"""Token Ring address - Addresses a device or service via the Token Ring protocol """
! 	want = 'ctok'
  
  Token_Ring_addresses = Token_Ring_address
  
  class USB_address(aetools.ComponentItem):
! 	"""USB address - Addresses a device on the Universal Serial Bus """
! 	want = 'cusb'
  class _Prop_name(aetools.NProperty):
! 	"""name - the USB device name """
! 	which = 'pnam'
! 	want = 'TEXT'
  
  USB_Addresses = USB_address
  ADB_address._superclassnames = ['address_specification']
  ADB_address._privpropdict = {
! 	'ID' : _Prop_ID,
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  ADB_address._privelemdict = {
--- 13,166 ----
  class Macintosh_Connectivity_Clas_Events:
  
!     pass
  
  
  class ADB_address(aetools.ComponentItem):
!     """ADB address - Addresses a device connected via Apple Desktop Bus """
!     want = 'cadb'
  class _Prop__3c_inheritance_3e_(aetools.NProperty):
!     """<inheritance> - inherits some of its properties from this class """
!     which = 'c@#^'
!     want = 'cadr'
  class _Prop_ID(aetools.NProperty):
!     """ID - the Apple Desktop Bus device ID """
!     which = 'ID  '
!     want = 'shor'
  
  ADB_addresses = ADB_address
  
  class address_specification(aetools.ComponentItem):
!     """address specification - Unique designation of a device or service connected to this computer """
!     want = 'cadr'
  class _Prop_conduit(aetools.NProperty):
!     """conduit - How the addressee is physically connected """
!     which = 'pcon'
!     want = 'econ'
  class _Prop_properties(aetools.NProperty):
!     """properties - property that allows getting and setting of multiple properties """
!     which = 'pALL'
!     want = 'reco'
  class _Prop_protocol(aetools.NProperty):
!     """protocol - How to talk to this addressee """
!     which = 'pprt'
!     want = 'epro'
  
  address_specifications = address_specification
  
  class AppleTalk_address(aetools.ComponentItem):
!     """AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """
!     want = 'cat '
  class _Prop_AppleTalk_machine(aetools.NProperty):
!     """AppleTalk machine - the machine name part of the address """
!     which = 'patm'
!     want = 'TEXT'
  class _Prop_AppleTalk_type(aetools.NProperty):
!     """AppleTalk type - the type part of the AppleTalk address """
!     which = 'patt'
!     want = 'TEXT'
  class _Prop_AppleTalk_zone(aetools.NProperty):
!     """AppleTalk zone - the zone part of the address """
!     which = 'patz'
!     want = 'TEXT'
  
  AppleTalk_addresses = AppleTalk_address
  
  class bus_slot(aetools.ComponentItem):
!     """bus slot - Addresses a PC, PCI, or NuBus card """
!     want = 'cbus'
  
  bus_slots = bus_slot
  
  class device_specification(aetools.ComponentItem):
!     """device specification - A device connected to a computer """
!     want = 'cdev'
  class _Prop_device_address(aetools.NProperty):
!     """device address - the address of the device """
!     which = 'pdva'
!     want = 'cadr'
  class _Prop_device_type(aetools.NProperty):
!     """device type - the kind of device """
!     which = 'pdvt'
!     want = 'edvt'
  
  device_specifications = device_specification
  
  class Ethernet_address(aetools.ComponentItem):
!     """Ethernet address - Addresses a device by its Ethernet address """
!     want = 'cen '
  
  Ethernet_addresses = Ethernet_address
  
  class FireWire_address(aetools.ComponentItem):
!     """FireWire address - Addresses a device on the FireWire bus """
!     want = 'cfw '
  
  FireWire_addresses = FireWire_address
  
  class IP_address(aetools.ComponentItem):
!     """IP address - Addresses a device or service via the Internet Protocol (IP) """
!     want = 'cip '
  class _Prop_DNS_form(aetools.NProperty):
!     """DNS form - the address in the form "apple.com" """
!     which = 'pdns'
!     want = 'TEXT'
  class _Prop_port(aetools.NProperty):
!     """port - the port number of the service or client being addressed """
!     which = 'ppor'
!     want = 'TEXT'
  
  IP_addresses = IP_address
  
  class LocalTalk_address(aetools.ComponentItem):
!     """LocalTalk address - Addresses a device by its LocalTalk address """
!     want = 'clt '
  class _Prop_network(aetools.NProperty):
!     """network - the LocalTalk network number """
!     which = 'pnet'
!     want = 'shor'
  class _Prop_node(aetools.NProperty):
!     """node - the LocalTalk node number """
!     which = 'pnod'
!     want = 'shor'
  class _Prop_socket(aetools.NProperty):
!     """socket - the LocalTalk socket number """
!     which = 'psoc'
!     want = 'shor'
  
  LocalTalk_addresses = LocalTalk_address
  
  class SCSI_address(aetools.ComponentItem):
!     """SCSI address - Addresses a SCSI device """
!     want = 'cscs'
  class _Prop_LUN(aetools.NProperty):
!     """LUN - the SCSI logical unit number """
!     which = 'pslu'
!     want = 'shor'
  class _Prop_SCSI_bus(aetools.NProperty):
!     """SCSI bus - the SCSI bus number """
!     which = 'pscb'
!     want = 'shor'
  
  SCSI_addresses = SCSI_address
  
  class Token_Ring_address(aetools.ComponentItem):
!     """Token Ring address - Addresses a device or service via the Token Ring protocol """
!     want = 'ctok'
  
  Token_Ring_addresses = Token_Ring_address
  
  class USB_address(aetools.ComponentItem):
!     """USB address - Addresses a device on the Universal Serial Bus """
!     want = 'cusb'
  class _Prop_name(aetools.NProperty):
!     """name - the USB device name """
!     which = 'pnam'
!     want = 'TEXT'
  
  USB_Addresses = USB_address
  ADB_address._superclassnames = ['address_specification']
  ADB_address._privpropdict = {
!     'ID' : _Prop_ID,
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  ADB_address._privelemdict = {
***************
*** 168,174 ****
  address_specification._superclassnames = []
  address_specification._privpropdict = {
! 	'conduit' : _Prop_conduit,
! 	'properties' : _Prop_properties,
! 	'protocol' : _Prop_protocol,
  }
  address_specification._privelemdict = {
--- 168,174 ----
  address_specification._superclassnames = []
  address_specification._privpropdict = {
!     'conduit' : _Prop_conduit,
!     'properties' : _Prop_properties,
!     'protocol' : _Prop_protocol,
  }
  address_specification._privelemdict = {
***************
*** 176,183 ****
  AppleTalk_address._superclassnames = ['address_specification']
  AppleTalk_address._privpropdict = {
! 	'AppleTalk_machine' : _Prop_AppleTalk_machine,
! 	'AppleTalk_type' : _Prop_AppleTalk_type,
! 	'AppleTalk_zone' : _Prop_AppleTalk_zone,
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  AppleTalk_address._privelemdict = {
--- 176,183 ----
  AppleTalk_address._superclassnames = ['address_specification']
  AppleTalk_address._privpropdict = {
!     'AppleTalk_machine' : _Prop_AppleTalk_machine,
!     'AppleTalk_type' : _Prop_AppleTalk_type,
!     'AppleTalk_zone' : _Prop_AppleTalk_zone,
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  AppleTalk_address._privelemdict = {
***************
*** 185,190 ****
  bus_slot._superclassnames = ['address_specification']
  bus_slot._privpropdict = {
! 	'ID' : _Prop_ID,
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  bus_slot._privelemdict = {
--- 185,190 ----
  bus_slot._superclassnames = ['address_specification']
  bus_slot._privpropdict = {
!     'ID' : _Prop_ID,
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  bus_slot._privelemdict = {
***************
*** 192,198 ****
  device_specification._superclassnames = []
  device_specification._privpropdict = {
! 	'device_address' : _Prop_device_address,
! 	'device_type' : _Prop_device_type,
! 	'properties' : _Prop_properties,
  }
  device_specification._privelemdict = {
--- 192,198 ----
  device_specification._superclassnames = []
  device_specification._privpropdict = {
!     'device_address' : _Prop_device_address,
!     'device_type' : _Prop_device_type,
!     'properties' : _Prop_properties,
  }
  device_specification._privelemdict = {
***************
*** 200,205 ****
  Ethernet_address._superclassnames = ['address_specification']
  Ethernet_address._privpropdict = {
! 	'ID' : _Prop_ID,
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  Ethernet_address._privelemdict = {
--- 200,205 ----
  Ethernet_address._superclassnames = ['address_specification']
  Ethernet_address._privpropdict = {
!     'ID' : _Prop_ID,
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  Ethernet_address._privelemdict = {
***************
*** 207,212 ****
  FireWire_address._superclassnames = ['address_specification']
  FireWire_address._privpropdict = {
! 	'ID' : _Prop_ID,
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  FireWire_address._privelemdict = {
--- 207,212 ----
  FireWire_address._superclassnames = ['address_specification']
  FireWire_address._privpropdict = {
!     'ID' : _Prop_ID,
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  FireWire_address._privelemdict = {
***************
*** 214,221 ****
  IP_address._superclassnames = ['address_specification']
  IP_address._privpropdict = {
! 	'DNS_form' : _Prop_DNS_form,
! 	'ID' : _Prop_ID,
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
! 	'port' : _Prop_port,
  }
  IP_address._privelemdict = {
--- 214,221 ----
  IP_address._superclassnames = ['address_specification']
  IP_address._privpropdict = {
!     'DNS_form' : _Prop_DNS_form,
!     'ID' : _Prop_ID,
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
!     'port' : _Prop_port,
  }
  IP_address._privelemdict = {
***************
*** 223,230 ****
  LocalTalk_address._superclassnames = ['address_specification']
  LocalTalk_address._privpropdict = {
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
! 	'network' : _Prop_network,
! 	'node' : _Prop_node,
! 	'socket' : _Prop_socket,
  }
  LocalTalk_address._privelemdict = {
--- 223,230 ----
  LocalTalk_address._superclassnames = ['address_specification']
  LocalTalk_address._privpropdict = {
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
!     'network' : _Prop_network,
!     'node' : _Prop_node,
!     'socket' : _Prop_socket,
  }
  LocalTalk_address._privelemdict = {
***************
*** 232,239 ****
  SCSI_address._superclassnames = ['address_specification']
  SCSI_address._privpropdict = {
! 	'ID' : _Prop_ID,
! 	'LUN' : _Prop_LUN,
! 	'SCSI_bus' : _Prop_SCSI_bus,
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  SCSI_address._privelemdict = {
--- 232,239 ----
  SCSI_address._superclassnames = ['address_specification']
  SCSI_address._privpropdict = {
!     'ID' : _Prop_ID,
!     'LUN' : _Prop_LUN,
!     'SCSI_bus' : _Prop_SCSI_bus,
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  SCSI_address._privelemdict = {
***************
*** 241,246 ****
  Token_Ring_address._superclassnames = ['address_specification']
  Token_Ring_address._privpropdict = {
! 	'ID' : _Prop_ID,
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  Token_Ring_address._privelemdict = {
--- 241,246 ----
  Token_Ring_address._superclassnames = ['address_specification']
  Token_Ring_address._privpropdict = {
!     'ID' : _Prop_ID,
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  Token_Ring_address._privelemdict = {
***************
*** 248,325 ****
  USB_address._superclassnames = ['address_specification']
  USB_address._privpropdict = {
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
! 	'name' : _Prop_name,
  }
  USB_address._privelemdict = {
  }
  _Enum_econ = {
! 	'ADB' : 'eadb',	# 
! 	'printer_port' : 'ecpp',	# 
! 	'modem_port' : 'ecmp',	# 
! 	'modem_printer_port' : 'empp',	# 
! 	'LocalTalk' : 'eclt',	# 
! 	'Ethernet' : 'ecen',	# 
! 	'Token_Ring' : 'etok',	# 
! 	'SCSI' : 'ecsc',	# 
! 	'USB' : 'ecus',	# 
! 	'FireWire' : 'ecfw',	# 
! 	'infrared' : 'ecir',	# 
! 	'PC_card' : 'ecpc',	# 
! 	'PCI_bus' : 'ecpi',	# 
! 	'NuBus' : 'enub',	# 
! 	'PDS_slot' : 'ecpd',	# 
! 	'Comm_slot' : 'eccm',	# 
! 	'monitor_out' : 'ecmn',	# 
! 	'video_out' : 'ecvo',	# 
! 	'video_in' : 'ecvi',	# 
! 	'audio_out' : 'ecao',	# 
! 	'audio_line_in' : 'ecai',	# 
! 	'audio_line_out' : 'ecal',	# 
! 	'microphone' : 'ecmi',	# 
  }
  
  _Enum_edvt = {
! 	'hard_disk_drive' : 'ehd ',	# 
! 	'floppy_disk_drive' : 'efd ',	# 
! 	'CD_ROM_drive' : 'ecd ',	# 
! 	'DVD_drive' : 'edvd',	# 
! 	'storage_device' : 'edst',	# 
! 	'keyboard' : 'ekbd',	# 
! 	'mouse' : 'emou',	# 
! 	'trackball' : 'etrk',	# 
! 	'trackpad' : 'edtp',	# 
! 	'pointing_device' : 'edpd',	# 
! 	'video_monitor' : 'edvm',	# 
! 	'LCD_display' : 'edlc',	# 
! 	'display' : 'edds',	# 
! 	'modem' : 'edmm',	# 
! 	'PC_card' : 'ecpc',	# 
! 	'PCI_card' : 'edpi',	# 
! 	'NuBus_card' : 'ednb',	# 
! 	'printer' : 'edpr',	# 
! 	'speakers' : 'edsp',	# 
! 	'microphone' : 'ecmi',	# 
  }
  
  _Enum_epro = {
! 	'serial' : 'epsr',	# 
! 	'AppleTalk' : 'epat',	# 
! 	'IP' : 'epip',	# 
! 	'SCSI' : 'ecsc',	# 
! 	'ADB' : 'eadb',	# 
! 	'FireWire' : 'ecfw',	# 
! 	'IrDA' : 'epir',	# 
! 	'IRTalk' : 'epit',	# 
! 	'USB' : 'ecus',	# 
! 	'PC_card' : 'ecpc',	# 
! 	'PCI_bus' : 'ecpi',	# 
! 	'NuBus' : 'enub',	# 
! 	'bus' : 'ebus',	# 
! 	'Macintosh_video' : 'epmv',	# 
! 	'SVGA' : 'epsg',	# 
! 	'S_video' : 'epsv',	# 
! 	'analog_audio' : 'epau',	# 
! 	'digital_audio' : 'epda',	# 
! 	'PostScript' : 'epps',	# 
  }
  
--- 248,325 ----
  USB_address._superclassnames = ['address_specification']
  USB_address._privpropdict = {
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
!     'name' : _Prop_name,
  }
  USB_address._privelemdict = {
  }
  _Enum_econ = {
!     'ADB' : 'eadb',	# 
!     'printer_port' : 'ecpp',	# 
!     'modem_port' : 'ecmp',	# 
!     'modem_printer_port' : 'empp',	# 
!     'LocalTalk' : 'eclt',	# 
!     'Ethernet' : 'ecen',	# 
!     'Token_Ring' : 'etok',	# 
!     'SCSI' : 'ecsc',	# 
!     'USB' : 'ecus',	# 
!     'FireWire' : 'ecfw',	# 
!     'infrared' : 'ecir',	# 
!     'PC_card' : 'ecpc',	# 
!     'PCI_bus' : 'ecpi',	# 
!     'NuBus' : 'enub',	# 
!     'PDS_slot' : 'ecpd',	# 
!     'Comm_slot' : 'eccm',	# 
!     'monitor_out' : 'ecmn',	# 
!     'video_out' : 'ecvo',	# 
!     'video_in' : 'ecvi',	# 
!     'audio_out' : 'ecao',	# 
!     'audio_line_in' : 'ecai',	# 
!     'audio_line_out' : 'ecal',	# 
!     'microphone' : 'ecmi',	# 
  }
  
  _Enum_edvt = {
!     'hard_disk_drive' : 'ehd ',	# 
!     'floppy_disk_drive' : 'efd ',	# 
!     'CD_ROM_drive' : 'ecd ',	# 
!     'DVD_drive' : 'edvd',	# 
!     'storage_device' : 'edst',	# 
!     'keyboard' : 'ekbd',	# 
!     'mouse' : 'emou',	# 
!     'trackball' : 'etrk',	# 
!     'trackpad' : 'edtp',	# 
!     'pointing_device' : 'edpd',	# 
!     'video_monitor' : 'edvm',	# 
!     'LCD_display' : 'edlc',	# 
!     'display' : 'edds',	# 
!     'modem' : 'edmm',	# 
!     'PC_card' : 'ecpc',	# 
!     'PCI_card' : 'edpi',	# 
!     'NuBus_card' : 'ednb',	# 
!     'printer' : 'edpr',	# 
!     'speakers' : 'edsp',	# 
!     'microphone' : 'ecmi',	# 
  }
  
  _Enum_epro = {
!     'serial' : 'epsr',	# 
!     'AppleTalk' : 'epat',	# 
!     'IP' : 'epip',	# 
!     'SCSI' : 'ecsc',	# 
!     'ADB' : 'eadb',	# 
!     'FireWire' : 'ecfw',	# 
!     'IrDA' : 'epir',	# 
!     'IRTalk' : 'epit',	# 
!     'USB' : 'ecus',	# 
!     'PC_card' : 'ecpc',	# 
!     'PCI_bus' : 'ecpi',	# 
!     'NuBus' : 'enub',	# 
!     'bus' : 'ebus',	# 
!     'Macintosh_video' : 'epmv',	# 
!     'SVGA' : 'epsg',	# 
!     'S_video' : 'epsv',	# 
!     'analog_audio' : 'epau',	# 
!     'digital_audio' : 'epda',	# 
!     'PostScript' : 'epps',	# 
  }
  
***************
*** 329,343 ****
  #
  _classdeclarations = {
! 	'cadb' : ADB_address,
! 	'cadr' : address_specification,
! 	'cat ' : AppleTalk_address,
! 	'cbus' : bus_slot,
! 	'cdev' : device_specification,
! 	'cen ' : Ethernet_address,
! 	'cfw ' : FireWire_address,
! 	'cip ' : IP_address,
! 	'clt ' : LocalTalk_address,
! 	'cscs' : SCSI_address,
! 	'ctok' : Token_Ring_address,
! 	'cusb' : USB_address,
  }
--- 329,373 ----
  #
  _classdeclarations = {
!     'cadb' : ADB_address,
!     'cadr' : address_specification,
!     'cat ' : AppleTalk_address,
!     'cbus' : bus_slot,
!     'cdev' : device_specification,
!     'cen ' : Ethernet_address,
!     'cfw ' : FireWire_address,
!     'cip ' : IP_address,
!     'clt ' : LocalTalk_address,
!     'cscs' : SCSI_address,
!     'ctok' : Token_Ring_address,
!     'cusb' : USB_address,
! }
! 
! _propdeclarations = {
!     'ID  ' : _Prop_ID,
!     'c@#^' : _Prop__3c_inheritance_3e_,
!     'pALL' : _Prop_properties,
!     'patm' : _Prop_AppleTalk_machine,
!     'patt' : _Prop_AppleTalk_type,
!     'patz' : _Prop_AppleTalk_zone,
!     'pcon' : _Prop_conduit,
!     'pdns' : _Prop_DNS_form,
!     'pdva' : _Prop_device_address,
!     'pdvt' : _Prop_device_type,
!     'pnam' : _Prop_name,
!     'pnet' : _Prop_network,
!     'pnod' : _Prop_node,
!     'ppor' : _Prop_port,
!     'pprt' : _Prop_protocol,
!     'pscb' : _Prop_SCSI_bus,
!     'pslu' : _Prop_LUN,
!     'psoc' : _Prop_socket,
! }
! 
! _compdeclarations = {
! }
! 
! _enumdeclarations = {
!     'econ' : _Enum_econ,
!     'edvt' : _Enum_edvt,
!     'epro' : _Enum_epro,
  }

Index: QuickDraw_Graphics_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** QuickDraw_Graphics_Suite.py	1 Apr 2003 22:04:52 -0000	1.6
--- QuickDraw_Graphics_Suite.py	12 Apr 2003 22:27:10 -0000	1.7
***************
*** 13,242 ****
  class QuickDraw_Graphics_Suite_Events:
  
! 	pass
  
  
  class arc(aetools.ComponentItem):
! 	"""arc - An arc """
! 	want = 'carc'
  class _Prop_arc_angle(aetools.NProperty):
! 	"""arc angle - the angle of the arc in degrees """
! 	which = 'parc'
! 	want = 'fixd'
  class _Prop_bounds(aetools.NProperty):
! 	"""bounds - the smallest rectangle that contains the entire arc """
! 	which = 'pbnd'
! 	want = 'qdrt'
  class _Prop_definition_rect(aetools.NProperty):
! 	"""definition rect - the rectangle that contains the circle or oval used to define the arc """
! 	which = 'pdrt'
! 	want = 'qdrt'
  class _Prop_fill_color(aetools.NProperty):
! 	"""fill color - the fill color """
! 	which = 'flcl'
! 	want = 'cRGB'
  class _Prop_fill_pattern(aetools.NProperty):
! 	"""fill pattern - the fill pattern """
! 	which = 'flpt'
! 	want = 'cpix'
  class _Prop_pen_color(aetools.NProperty):
! 	"""pen color - the pen color """
! 	which = 'ppcl'
! 	want = 'cRGB'
  class _Prop_pen_pattern(aetools.NProperty):
! 	"""pen pattern - the pen pattern """
! 	which = 'pppa'
! 	want = 'cpix'
  class _Prop_pen_width(aetools.NProperty):
! 	"""pen width - the pen width """
! 	which = 'ppwd'
! 	want = 'shor'
  class _Prop_start_angle(aetools.NProperty):
! 	"""start angle - the angle that defines the start of the arc, in degrees """
! 	which = 'pang'
! 	want = 'fixd'
  class _Prop_transfer_mode(aetools.NProperty):
! 	"""transfer mode - the transfer mode """
! 	which = 'pptm'
! 	want = 'tran'
  
  arcs = arc
  
  class drawing_area(aetools.ComponentItem):
! 	"""drawing area - Container for graphics and supporting information """
! 	want = 'cdrw'
  class _Prop_background_color(aetools.NProperty):
! 	"""background color - the color used to fill in unoccupied areas """
! 	which = 'pbcl'
! 	want = 'cRGB'
  class _Prop_background_pattern(aetools.NProperty):
! 	"""background pattern - the pattern used to fill in unoccupied areas """
! 	which = 'pbpt'
! 	want = 'cpix'
  class _Prop_color_table(aetools.NProperty):
! 	"""color table - the color table """
! 	which = 'cltb'
! 	want = 'clrt'
  class _Prop_default_font(aetools.NProperty):
! 	"""default font - the name of the default font for text objects """
! 	which = 'ptxf'
! 	want = 'itxt'
  class _Prop_default_location(aetools.NProperty):
! 	"""default location - the default location of each new graphic object """
! 	which = 'pnel'
! 	want = 'QDpt'
  class _Prop_default_size(aetools.NProperty):
! 	"""default size - the default size for text objects """
! 	which = 'ptps'
! 	want = 'fixd'
  class _Prop_name(aetools.NProperty):
! 	"""name - the name """
! 	which = 'pnam'
! 	want = 'itxt'
  class _Prop_ordering(aetools.NProperty):
! 	"""ordering - the ordered list of graphic objects in the drawing area """
! 	which = 'gobs'
! 	want = 'obj '
  class _Prop_pixel_depth(aetools.NProperty):
! 	"""pixel depth - the number of bits per pixel """
! 	which = 'pdpt'
! 	want = 'shor'
  class _Prop_style(aetools.NProperty):
! 	"""style - the default text style for text objects """
! 	which = 'txst'
! 	want = 'tsty'
  class _Prop_text_color(aetools.NProperty):
! 	"""text color - the default color for text objects """
! 	which = 'ptxc'
! 	want = 'cRGB'
  class _Prop_update_on_change(aetools.NProperty):
! 	"""update on change - Redraw after each change? """
! 	which = 'pupd'
! 	want = 'bool'
  class _Prop_writing_code(aetools.NProperty):
! 	"""writing code - the script system and language of text objects in the drawing area """
! 	which = 'psct'
! 	want = 'intl'
  
  drawing_areas = drawing_area
  
  class graphic_objects(aetools.ComponentItem):
! 	"""graphic objects -  """
! 	want = 'cgob'
  
  graphic_object = graphic_objects
  
  class graphic_shapes(aetools.ComponentItem):
! 	"""graphic shapes -  """
! 	want = 'cgsh'
  
  graphic_shape = graphic_shapes
  
  class graphic_text(aetools.ComponentItem):
! 	"""graphic text - A series of characters within a drawing area """
! 	want = 'cgtx'
  class _Prop_color(aetools.NProperty):
! 	"""color - the color of the first character """
! 	which = 'colr'
! 	want = 'cRGB'
  class _Prop_font(aetools.NProperty):
! 	"""font - the name of the font of the first character """
! 	which = 'font'
! 	want = 'ctxt'
  class _Prop_size(aetools.NProperty):
! 	"""size - the size in points of the first character """
! 	which = 'ptsz'
! 	want = 'fixd'
  class _Prop_uniform_styles(aetools.NProperty):
! 	"""uniform styles - the text styles that are uniform throughout the text """
! 	which = 'ustl'
! 	want = 'tsty'
  
  class ovals(aetools.ComponentItem):
! 	"""ovals -  """
! 	want = 'covl'
  
  oval = ovals
  
  class polygon(aetools.ComponentItem):
! 	"""polygon - A polygon """
! 	want = 'cpgn'
  class _Prop_point_list(aetools.NProperty):
! 	"""point list - the list of points that define the polygon """
! 	which = 'ptlt'
! 	want = 'QDpt'
  
  polygons = polygon
  
  class graphic_groups(aetools.ComponentItem):
! 	"""graphic groups -  """
! 	want = 'cpic'
  
  graphic_group = graphic_groups
  
  class pixel_maps(aetools.ComponentItem):
! 	"""pixel maps -  """
! 	want = 'cpix'
  
  pixel_map = pixel_maps
  
  class pixel(aetools.ComponentItem):
! 	"""pixel - A pixel """
! 	want = 'cpxl'
  
  pixels = pixel
  
  class rectangles(aetools.ComponentItem):
! 	"""rectangles -  """
! 	want = 'crec'
  
  rectangle = rectangles
  
  class rounded_rectangle(aetools.ComponentItem):
! 	"""rounded rectangle - A rounded rectangle """
! 	want = 'crrc'
  class _Prop_corner_curve_height(aetools.NProperty):
! 	"""corner curve height - the height of the oval used to define the shape of the rounded corners """
! 	which = 'pchd'
! 	want = 'shor'
  class _Prop_corner_curve_width(aetools.NProperty):
! 	"""corner curve width - the width of the oval used to define the shape of the rounded corners """
! 	which = 'pcwd'
! 	want = 'shor'
  
  rounded_rectangles = rounded_rectangle
  
  class graphic_line(aetools.ComponentItem):
! 	"""graphic line - A graphic line """
! 	want = 'glin'
  class _Prop_arrow_style(aetools.NProperty):
! 	"""arrow style - the arrow style """
! 	which = 'arro'
! 	want = 'arro'
  class _Prop_dash_style(aetools.NProperty):
! 	"""dash style - the dash style """
! 	which = 'pdst'
! 	want = 'tdas'
  class _Prop_end_point(aetools.NProperty):
! 	"""end point - the ending point of the line """
! 	which = 'pend'
! 	want = 'QDpt'
  class _Prop_start_point(aetools.NProperty):
! 	"""start point - the starting point of the line """
! 	which = 'pstp'
! 	want = 'QDpt'
  
  graphic_lines = graphic_line
  arc._superclassnames = []
  arc._privpropdict = {
! 	'arc_angle' : _Prop_arc_angle,
! 	'bounds' : _Prop_bounds,
! 	'definition_rect' : _Prop_definition_rect,
! 	'fill_color' : _Prop_fill_color,
! 	'fill_pattern' : _Prop_fill_pattern,
! 	'pen_color' : _Prop_pen_color,
! 	'pen_pattern' : _Prop_pen_pattern,
! 	'pen_width' : _Prop_pen_width,
! 	'start_angle' : _Prop_start_angle,
! 	'transfer_mode' : _Prop_transfer_mode,
  }
  arc._privelemdict = {
--- 13,242 ----
  class QuickDraw_Graphics_Suite_Events:
  
!     pass
  
  
  class arc(aetools.ComponentItem):
!     """arc - An arc """
!     want = 'carc'
  class _Prop_arc_angle(aetools.NProperty):
!     """arc angle - the angle of the arc in degrees """
!     which = 'parc'
!     want = 'fixd'
  class _Prop_bounds(aetools.NProperty):
!     """bounds - the smallest rectangle that contains the entire arc """
!     which = 'pbnd'
!     want = 'qdrt'
  class _Prop_definition_rect(aetools.NProperty):
!     """definition rect - the rectangle that contains the circle or oval used to define the arc """
!     which = 'pdrt'
!     want = 'qdrt'
  class _Prop_fill_color(aetools.NProperty):
!     """fill color - the fill color """
!     which = 'flcl'
!     want = 'cRGB'
  class _Prop_fill_pattern(aetools.NProperty):
!     """fill pattern - the fill pattern """
!     which = 'flpt'
!     want = 'cpix'
  class _Prop_pen_color(aetools.NProperty):
!     """pen color - the pen color """
!     which = 'ppcl'
!     want = 'cRGB'
  class _Prop_pen_pattern(aetools.NProperty):
!     """pen pattern - the pen pattern """
!     which = 'pppa'
!     want = 'cpix'
  class _Prop_pen_width(aetools.NProperty):
!     """pen width - the pen width """
!     which = 'ppwd'
!     want = 'shor'
  class _Prop_start_angle(aetools.NProperty):
!     """start angle - the angle that defines the start of the arc, in degrees """
!     which = 'pang'
!     want = 'fixd'
  class _Prop_transfer_mode(aetools.NProperty):
!     """transfer mode - the transfer mode """
!     which = 'pptm'
!     want = 'tran'
  
  arcs = arc
  
  class drawing_area(aetools.ComponentItem):
!     """drawing area - Container for graphics and supporting information """
!     want = 'cdrw'
  class _Prop_background_color(aetools.NProperty):
!     """background color - the color used to fill in unoccupied areas """
!     which = 'pbcl'
!     want = 'cRGB'
  class _Prop_background_pattern(aetools.NProperty):
!     """background pattern - the pattern used to fill in unoccupied areas """
!     which = 'pbpt'
!     want = 'cpix'
  class _Prop_color_table(aetools.NProperty):
!     """color table - the color table """
!     which = 'cltb'
!     want = 'clrt'
  class _Prop_default_font(aetools.NProperty):
!     """default font - the name of the default font for text objects """
!     which = 'ptxf'
!     want = 'itxt'
  class _Prop_default_location(aetools.NProperty):
!     """default location - the default location of each new graphic object """
!     which = 'pnel'
!     want = 'QDpt'
  class _Prop_default_size(aetools.NProperty):
!     """default size - the default size for text objects """
!     which = 'ptps'
!     want = 'fixd'
  class _Prop_name(aetools.NProperty):
!     """name - the name """
!     which = 'pnam'
!     want = 'itxt'
  class _Prop_ordering(aetools.NProperty):
!     """ordering - the ordered list of graphic objects in the drawing area """
!     which = 'gobs'
!     want = 'obj '
  class _Prop_pixel_depth(aetools.NProperty):
!     """pixel depth - the number of bits per pixel """
!     which = 'pdpt'
!     want = 'shor'
  class _Prop_style(aetools.NProperty):
!     """style - the default text style for text objects """
!     which = 'txst'
!     want = 'tsty'
  class _Prop_text_color(aetools.NProperty):
!     """text color - the default color for text objects """
!     which = 'ptxc'
!     want = 'cRGB'
  class _Prop_update_on_change(aetools.NProperty):
!     """update on change - Redraw after each change? """
!     which = 'pupd'
!     want = 'bool'
  class _Prop_writing_code(aetools.NProperty):
!     """writing code - the script system and language of text objects in the drawing area """
!     which = 'psct'
!     want = 'intl'
  
  drawing_areas = drawing_area
  
  class graphic_objects(aetools.ComponentItem):
!     """graphic objects -  """
!     want = 'cgob'
  
  graphic_object = graphic_objects
  
  class graphic_shapes(aetools.ComponentItem):
!     """graphic shapes -  """
!     want = 'cgsh'
  
  graphic_shape = graphic_shapes
  
  class graphic_text(aetools.ComponentItem):
!     """graphic text - A series of characters within a drawing area """
!     want = 'cgtx'
  class _Prop_color(aetools.NProperty):
!     """color - the color of the first character """
!     which = 'colr'
!     want = 'cRGB'
  class _Prop_font(aetools.NProperty):
!     """font - the name of the font of the first character """
!     which = 'font'
!     want = 'ctxt'
  class _Prop_size(aetools.NProperty):
!     """size - the size in points of the first character """
!     which = 'ptsz'
!     want = 'fixd'
  class _Prop_uniform_styles(aetools.NProperty):
!     """uniform styles - the text styles that are uniform throughout the text """
!     which = 'ustl'
!     want = 'tsty'
  
  class ovals(aetools.ComponentItem):
!     """ovals -  """
!     want = 'covl'
  
  oval = ovals
  
  class polygon(aetools.ComponentItem):
!     """polygon - A polygon """
!     want = 'cpgn'
  class _Prop_point_list(aetools.NProperty):
!     """point list - the list of points that define the polygon """
!     which = 'ptlt'
!     want = 'QDpt'
  
  polygons = polygon
  
  class graphic_groups(aetools.ComponentItem):
!     """graphic groups -  """
!     want = 'cpic'
  
  graphic_group = graphic_groups
  
  class pixel_maps(aetools.ComponentItem):
!     """pixel maps -  """
!     want = 'cpix'
  
  pixel_map = pixel_maps
  
  class pixel(aetools.ComponentItem):
!     """pixel - A pixel """
!     want = 'cpxl'
  
  pixels = pixel
  
  class rectangles(aetools.ComponentItem):
!     """rectangles -  """
!     want = 'crec'
  
  rectangle = rectangles
  
  class rounded_rectangle(aetools.ComponentItem):
!     """rounded rectangle - A rounded rectangle """
!     want = 'crrc'
  class _Prop_corner_curve_height(aetools.NProperty):
!     """corner curve height - the height of the oval used to define the shape of the rounded corners """
!     which = 'pchd'
!     want = 'shor'
  class _Prop_corner_curve_width(aetools.NProperty):
!     """corner curve width - the width of the oval used to define the shape of the rounded corners """
!     which = 'pcwd'
!     want = 'shor'
  
  rounded_rectangles = rounded_rectangle
  
  class graphic_line(aetools.ComponentItem):
!     """graphic line - A graphic line """
!     want = 'glin'
  class _Prop_arrow_style(aetools.NProperty):
!     """arrow style - the arrow style """
!     which = 'arro'
!     want = 'arro'
  class _Prop_dash_style(aetools.NProperty):
!     """dash style - the dash style """
!     which = 'pdst'
!     want = 'tdas'
  class _Prop_end_point(aetools.NProperty):
!     """end point - the ending point of the line """
!     which = 'pend'
!     want = 'QDpt'
  class _Prop_start_point(aetools.NProperty):
!     """start point - the starting point of the line """
!     which = 'pstp'
!     want = 'QDpt'
  
  graphic_lines = graphic_line
  arc._superclassnames = []
  arc._privpropdict = {
!     'arc_angle' : _Prop_arc_angle,
!     'bounds' : _Prop_bounds,
!     'definition_rect' : _Prop_definition_rect,
!     'fill_color' : _Prop_fill_color,
!     'fill_pattern' : _Prop_fill_pattern,
!     'pen_color' : _Prop_pen_color,
!     'pen_pattern' : _Prop_pen_pattern,
!     'pen_width' : _Prop_pen_width,
!     'start_angle' : _Prop_start_angle,
!     'transfer_mode' : _Prop_transfer_mode,
  }
  arc._privelemdict = {
***************
*** 244,260 ****
  drawing_area._superclassnames = []
  drawing_area._privpropdict = {
! 	'background_color' : _Prop_background_color,
! 	'background_pattern' : _Prop_background_pattern,
! 	'color_table' : _Prop_color_table,
! 	'default_font' : _Prop_default_font,
! 	'default_location' : _Prop_default_location,
! 	'default_size' : _Prop_default_size,
! 	'name' : _Prop_name,
! 	'ordering' : _Prop_ordering,
! 	'pixel_depth' : _Prop_pixel_depth,
! 	'style' : _Prop_style,
! 	'text_color' : _Prop_text_color,
! 	'update_on_change' : _Prop_update_on_change,
! 	'writing_code' : _Prop_writing_code,
  }
  drawing_area._privelemdict = {
--- 244,260 ----
  drawing_area._superclassnames = []
  drawing_area._privpropdict = {
!     'background_color' : _Prop_background_color,
!     'background_pattern' : _Prop_background_pattern,
!     'color_table' : _Prop_color_table,
!     'default_font' : _Prop_default_font,
!     'default_location' : _Prop_default_location,
!     'default_size' : _Prop_default_size,
!     'name' : _Prop_name,
!     'ordering' : _Prop_ordering,
!     'pixel_depth' : _Prop_pixel_depth,
!     'style' : _Prop_style,
!     'text_color' : _Prop_text_color,
!     'update_on_change' : _Prop_update_on_change,
!     'writing_code' : _Prop_writing_code,
  }
  drawing_area._privelemdict = {
***************
*** 272,279 ****
  graphic_text._superclassnames = []
  graphic_text._privpropdict = {
! 	'color' : _Prop_color,
! 	'font' : _Prop_font,
! 	'size' : _Prop_size,
! 	'uniform_styles' : _Prop_uniform_styles,
  }
  graphic_text._privelemdict = {
--- 272,279 ----
  graphic_text._superclassnames = []
  graphic_text._privpropdict = {
!     'color' : _Prop_color,
!     'font' : _Prop_font,
!     'size' : _Prop_size,
!     'uniform_styles' : _Prop_uniform_styles,
  }
  graphic_text._privelemdict = {
***************
*** 286,290 ****
  polygon._superclassnames = []
  polygon._privpropdict = {
! 	'point_list' : _Prop_point_list,
  }
  polygon._privelemdict = {
--- 286,290 ----
  polygon._superclassnames = []
  polygon._privpropdict = {
!     'point_list' : _Prop_point_list,
  }
  polygon._privelemdict = {
***************
*** 302,306 ****
  pixel._superclassnames = []
  pixel._privpropdict = {
! 	'color' : _Prop_color,
  }
  pixel._privelemdict = {
--- 302,306 ----
  pixel._superclassnames = []
  pixel._privpropdict = {
!     'color' : _Prop_color,
  }
  pixel._privelemdict = {
***************
*** 313,318 ****
  rounded_rectangle._superclassnames = []
  rounded_rectangle._privpropdict = {
! 	'corner_curve_height' : _Prop_corner_curve_height,
! 	'corner_curve_width' : _Prop_corner_curve_width,
  }
  rounded_rectangle._privelemdict = {
--- 313,318 ----
  rounded_rectangle._superclassnames = []
  rounded_rectangle._privpropdict = {
!     'corner_curve_height' : _Prop_corner_curve_height,
!     'corner_curve_width' : _Prop_corner_curve_width,
  }
  rounded_rectangle._privelemdict = {
***************
*** 320,353 ****
  graphic_line._superclassnames = []
  graphic_line._privpropdict = {
! 	'arrow_style' : _Prop_arrow_style,
! 	'dash_style' : _Prop_dash_style,
! 	'end_point' : _Prop_end_point,
! 	'start_point' : _Prop_start_point,
  }
  graphic_line._privelemdict = {
  }
  _Enum_arro = {
! 	'no_arrow' : 'arno',	# No arrow on line
! 	'arrow_at_start' : 'arst',	# Arrow at start of line
! 	'arrow_at_end' : 'aren',	# Arrow at end of line
! 	'arrow_at_both_ends' : 'arbo',	# Arrow at both the start and the end of the line
  }
  
  _Enum_tran = {
! 	'copy_pixels' : 'cpy ',	# 
! 	'not_copy_pixels' : 'ncpy',	# 
! 	'or_pixels' : 'or  ',	# 
! 	'not_or_pixels' : 'ntor',	# 
! 	'bic_pixels' : 'bic ',	# 
! 	'not_bic_pixels' : 'nbic',	# 
! 	'xor_pixels' : 'xor ',	# 
! 	'not_xor_pixels' : 'nxor',	# 
! 	'add_over_pixels' : 'addo',	# 
! 	'add_pin_pixels' : 'addp',	# 
! 	'sub_over_pixels' : 'subo',	# 
! 	'sub_pin_pixels' : 'subp',	# 
! 	'ad_max_pixels' : 'admx',	# 
! 	'ad_min_pixels' : 'admn',	# 
! 	'blend_pixels' : 'blnd',	# 
  }
  
--- 320,353 ----
  graphic_line._superclassnames = []
  graphic_line._privpropdict = {
!     'arrow_style' : _Prop_arrow_style,
!     'dash_style' : _Prop_dash_style,
!     'end_point' : _Prop_end_point,
!     'start_point' : _Prop_start_point,
  }
  graphic_line._privelemdict = {
  }
  _Enum_arro = {
!     'no_arrow' : 'arno',	# No arrow on line
!     'arrow_at_start' : 'arst',	# Arrow at start of line
!     'arrow_at_end' : 'aren',	# Arrow at end of line
!     'arrow_at_both_ends' : 'arbo',	# Arrow at both the start and the end of the line
  }
  
  _Enum_tran = {
!     'copy_pixels' : 'cpy ',	# 
!     'not_copy_pixels' : 'ncpy',	# 
!     'or_pixels' : 'or  ',	# 
!     'not_or_pixels' : 'ntor',	# 
!     'bic_pixels' : 'bic ',	# 
!     'not_bic_pixels' : 'nbic',	# 
!     'xor_pixels' : 'xor ',	# 
!     'not_xor_pixels' : 'nxor',	# 
!     'add_over_pixels' : 'addo',	# 
!     'add_pin_pixels' : 'addp',	# 
!     'sub_over_pixels' : 'subo',	# 
!     'sub_pin_pixels' : 'subp',	# 
!     'ad_max_pixels' : 'admx',	# 
!     'ad_min_pixels' : 'admn',	# 
!     'blend_pixels' : 'blnd',	# 
  }
  
***************
*** 357,372 ****
  #
  _classdeclarations = {
! 	'carc' : arc,
! 	'cdrw' : drawing_area,
! 	'cgob' : graphic_objects,
! 	'cgsh' : graphic_shapes,
! 	'cgtx' : graphic_text,
! 	'covl' : ovals,
! 	'cpgn' : polygon,
! 	'cpic' : graphic_groups,
! 	'cpix' : pixel_maps,
! 	'cpxl' : pixel,
! 	'crec' : rectangles,
! 	'crrc' : rounded_rectangle,
! 	'glin' : graphic_line,
  }
--- 357,417 ----
  #
  _classdeclarations = {
!     'carc' : arc,
!     'cdrw' : drawing_area,
!     'cgob' : graphic_objects,
!     'cgsh' : graphic_shapes,
!     'cgtx' : graphic_text,
!     'covl' : ovals,
!     'cpgn' : polygon,
!     'cpic' : graphic_groups,
!     'cpix' : pixel_maps,
!     'cpxl' : pixel,
!     'crec' : rectangles,
!     'crrc' : rounded_rectangle,
!     'glin' : graphic_line,
! }
! 
! _propdeclarations = {
!     'arro' : _Prop_arrow_style,
!     'cltb' : _Prop_color_table,
!     'colr' : _Prop_color,
!     'flcl' : _Prop_fill_color,
!     'flpt' : _Prop_fill_pattern,
!     'font' : _Prop_font,
!     'gobs' : _Prop_ordering,
!     'pang' : _Prop_start_angle,
!     'parc' : _Prop_arc_angle,
!     'pbcl' : _Prop_background_color,
!     'pbnd' : _Prop_bounds,
!     'pbpt' : _Prop_background_pattern,
!     'pchd' : _Prop_corner_curve_height,
!     'pcwd' : _Prop_corner_curve_width,
!     'pdpt' : _Prop_pixel_depth,
!     'pdrt' : _Prop_definition_rect,
!     'pdst' : _Prop_dash_style,
!     'pend' : _Prop_end_point,
!     'pnam' : _Prop_name,
!     'pnel' : _Prop_default_location,
!     'ppcl' : _Prop_pen_color,
!     'pppa' : _Prop_pen_pattern,
!     'pptm' : _Prop_transfer_mode,
!     'ppwd' : _Prop_pen_width,
!     'psct' : _Prop_writing_code,
!     'pstp' : _Prop_start_point,
!     'ptlt' : _Prop_point_list,
!     'ptps' : _Prop_default_size,
!     'ptsz' : _Prop_size,
!     'ptxc' : _Prop_text_color,
!     'ptxf' : _Prop_default_font,
!     'pupd' : _Prop_update_on_change,
!     'txst' : _Prop_style,
!     'ustl' : _Prop_uniform_styles,
! }
! 
! _compdeclarations = {
! }
! 
! _enumdeclarations = {
!     'arro' : _Enum_arro,
!     'tran' : _Enum_tran,
  }

Index: QuickDraw_Graphics_Suppleme.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** QuickDraw_Graphics_Suppleme.py	1 Apr 2003 22:04:54 -0000	1.5
--- QuickDraw_Graphics_Suppleme.py	12 Apr 2003 22:27:10 -0000	1.6
***************
*** 13,47 ****
  class QuickDraw_Graphics_Suppleme_Events:
  
! 	pass
  
  
  class drawing_area(aetools.ComponentItem):
! 	"""drawing area - Container for graphics and supporting information """
! 	want = 'cdrw'
  class _Prop_rotation(aetools.NProperty):
! 	"""rotation - the default rotation for objects in the drawing area """
! 	which = 'prot'
! 	want = 'trot'
  class _Prop_scale(aetools.NProperty):
! 	"""scale - the default scaling for objects in the drawing area """
! 	which = 'pscl'
! 	want = 'fixd'
  class _Prop_translation(aetools.NProperty):
! 	"""translation - the default repositioning for objects in the drawing area """
! 	which = 'ptrs'
! 	want = 'QDpt'
  
  drawing_areas = drawing_area
  
  class graphic_groups(aetools.ComponentItem):
! 	"""graphic groups -  """
! 	want = 'cpic'
  
  graphic_group = graphic_groups
  drawing_area._superclassnames = []
  drawing_area._privpropdict = {
! 	'rotation' : _Prop_rotation,
! 	'scale' : _Prop_scale,
! 	'translation' : _Prop_translation,
  }
  drawing_area._privelemdict = {
--- 13,47 ----
  class QuickDraw_Graphics_Suppleme_Events:
  
!     pass
  
  
  class drawing_area(aetools.ComponentItem):
!     """drawing area - Container for graphics and supporting information """
!     want = 'cdrw'
  class _Prop_rotation(aetools.NProperty):
!     """rotation - the default rotation for objects in the drawing area """
!     which = 'prot'
!     want = 'trot'
  class _Prop_scale(aetools.NProperty):
!     """scale - the default scaling for objects in the drawing area """
!     which = 'pscl'
!     want = 'fixd'
  class _Prop_translation(aetools.NProperty):
!     """translation - the default repositioning for objects in the drawing area """
!     which = 'ptrs'
!     want = 'QDpt'
  
  drawing_areas = drawing_area
  
  class graphic_groups(aetools.ComponentItem):
!     """graphic groups -  """
!     want = 'cpic'
  
  graphic_group = graphic_groups
  drawing_area._superclassnames = []
  drawing_area._privpropdict = {
!     'rotation' : _Prop_rotation,
!     'scale' : _Prop_scale,
!     'translation' : _Prop_translation,
  }
  drawing_area._privelemdict = {
***************
*** 57,61 ****
  #
  _classdeclarations = {
! 	'cdrw' : drawing_area,
! 	'cpic' : graphic_groups,
  }
--- 57,73 ----
  #
  _classdeclarations = {
!     'cdrw' : drawing_area,
!     'cpic' : graphic_groups,
! }
! 
! _propdeclarations = {
!     'prot' : _Prop_rotation,
!     'pscl' : _Prop_scale,
!     'ptrs' : _Prop_translation,
! }
! 
! _compdeclarations = {
! }
! 
! _enumdeclarations = {
  }

Index: Required_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Required_Suite.py	1 Apr 2003 22:04:54 -0000	1.3
--- Required_Suite.py	12 Apr 2003 22:27:10 -0000	1.4
***************
*** 14,18 ****
  class Required_Suite_Events(builtin_Suite_Events):
  
! 	pass
  
  
--- 14,18 ----
  class Required_Suite_Events(builtin_Suite_Events):
  
!     pass
  
  
***************
*** 21,23 ****
--- 21,32 ----
  #
  _classdeclarations = {
+ }
+ 
+ _propdeclarations = {
+ }
+ 
+ _compdeclarations = {
+ }
+ 
+ _enumdeclarations = {
  }

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Standard_Suite.py	1 Apr 2003 22:04:55 -0000	1.6
--- Standard_Suite.py	12 Apr 2003 22:27:10 -0000	1.7
***************
*** 14,561 ****
  class Standard_Suite_Events(builtin_Suite_Events):
  
! 	_argmap_class_info = {
! 		'in_' : 'wrcd',
! 	}
  
! 	def class_info(self, _object=None, _attributes={}, **_arguments):
! 		"""class info: (optional) Get information about an object class
! 		Required argument: the object class about which information is requested
! 		Keyword argument in_: the human language and script system in which to return information
[...1313 lines suppressed...]
!     'sele' : _Prop_selection,
!     'vers' : _Prop_version,
! }
! 
! _compdeclarations = {
!     '<   ' : _3c_,
!     '<=  ' : _b2_,
!     '=   ' : _3d_,
!     '>   ' : _3e_,
!     '>=  ' : _b3_,
!     'bgwt' : starts_with,
!     'cont' : contains,
!     'ends' : ends_with,
! }
! 
! _enumdeclarations = {
!     'kfrm' : _Enum_kfrm,
!     'savo' : _Enum_savo,
!     'styl' : _Enum_styl,
  }

Index: Table_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Table_Suite.py	1 Apr 2003 22:04:56 -0000	1.5
--- Table_Suite.py	12 Apr 2003 22:27:10 -0000	1.6
***************
*** 13,58 ****
  class Table_Suite_Events:
  
! 	pass
  
  
  class cell(aetools.ComponentItem):
! 	"""cell - A cell """
! 	want = 'ccel'
  class _Prop_formula(aetools.NProperty):
! 	"""formula - the formula of the cell """
! 	which = 'pfor'
! 	want = 'ctxt'
  class _Prop_protection(aetools.NProperty):
! 	"""protection - Indicates whether value or formula in the cell can be changed """
! 	which = 'ppro'
! 	want = 'prtn'
  
  cells = cell
  
  class column(aetools.ComponentItem):
! 	"""column - A column """
! 	want = 'ccol'
  class _Prop_name(aetools.NProperty):
! 	"""name - the name of the column """
! 	which = 'pnam'
! 	want = 'itxt'
  
  columns = column
  
  class rows(aetools.ComponentItem):
! 	"""rows -  """
! 	want = 'crow'
  
  row = rows
  
  class tables(aetools.ComponentItem):
! 	"""tables -  """
! 	want = 'ctbl'
  
  table = tables
  cell._superclassnames = []
  cell._privpropdict = {
! 	'formula' : _Prop_formula,
! 	'protection' : _Prop_protection,
  }
  cell._privelemdict = {
--- 13,58 ----
  class Table_Suite_Events:
  
!     pass
  
  
  class cell(aetools.ComponentItem):
!     """cell - A cell """
!     want = 'ccel'
  class _Prop_formula(aetools.NProperty):
!     """formula - the formula of the cell """
!     which = 'pfor'
!     want = 'ctxt'
  class _Prop_protection(aetools.NProperty):
!     """protection - Indicates whether value or formula in the cell can be changed """
!     which = 'ppro'
!     want = 'prtn'
  
  cells = cell
  
  class column(aetools.ComponentItem):
!     """column - A column """
!     want = 'ccol'
  class _Prop_name(aetools.NProperty):
!     """name - the name of the column """
!     which = 'pnam'
!     want = 'itxt'
  
  columns = column
  
  class rows(aetools.ComponentItem):
!     """rows -  """
!     want = 'crow'
  
  row = rows
  
  class tables(aetools.ComponentItem):
!     """tables -  """
!     want = 'ctbl'
  
  table = tables
  cell._superclassnames = []
  cell._privpropdict = {
!     'formula' : _Prop_formula,
!     'protection' : _Prop_protection,
  }
  cell._privelemdict = {
***************
*** 60,64 ****
  column._superclassnames = []
  column._privpropdict = {
! 	'name' : _Prop_name,
  }
  column._privelemdict = {
--- 60,64 ----
  column._superclassnames = []
  column._privpropdict = {
!     'name' : _Prop_name,
  }
  column._privelemdict = {
***************
*** 75,81 ****
  }
  _Enum_prtn = {
! 	'read_only' : 'nmod',	# Can\xd5t change values or formulas
! 	'formulas_protected' : 'fpro',	# Can changes values but not formulas
! 	'read_2f_write' : 'modf',	# Can change values and formulas
  }
  
--- 75,81 ----
  }
  _Enum_prtn = {
!     'read_only' : 'nmod',	# Can\xd5t change values or formulas
!     'formulas_protected' : 'fpro',	# Can changes values but not formulas
!     'read_2f_write' : 'modf',	# Can change values and formulas
  }
  
***************
*** 85,91 ****
  #
  _classdeclarations = {
! 	'ccel' : cell,
! 	'ccol' : column,
! 	'crow' : rows,
! 	'ctbl' : tables,
  }
--- 85,104 ----
  #
  _classdeclarations = {
!     'ccel' : cell,
!     'ccol' : column,
!     'crow' : rows,
!     'ctbl' : tables,
! }
! 
! _propdeclarations = {
!     'pfor' : _Prop_formula,
!     'pnam' : _Prop_name,
!     'ppro' : _Prop_protection,
! }
! 
! _compdeclarations = {
! }
! 
! _enumdeclarations = {
!     'prtn' : _Enum_prtn,
  }

Index: Text_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Text_Suite.py	1 Apr 2003 22:04:57 -0000	1.5
--- Text_Suite.py	12 Apr 2003 22:27:10 -0000	1.6
***************
*** 13,80 ****
  class Text_Suite_Events:
  
! 	pass
  
  
  class text_flow(aetools.ComponentItem):
! 	"""text flow - A contiguous block of text.  Page layout applications call this a \xd4story.\xd5 """
! 	want = 'cflo'
  class _Prop__3c_inheritance_3e_(aetools.NProperty):
! 	"""<inheritance> - inherits some of its properties from this class """
! 	which = 'c@#^'
! 	want = 'ctxt'
  class _Prop_name(aetools.NProperty):
! 	"""name - the name """
! 	which = 'pnam'
! 	want = 'itxt'
  
  text_flows = text_flow
  
  class character(aetools.ComponentItem):
! 	"""character - A character """
! 	want = 'cha '
  
  class line(aetools.ComponentItem):
! 	"""line - A line of text """
! 	want = 'clin'
  class _Prop_justification(aetools.NProperty):
! 	"""justification - the justification of the text """
! 	which = 'pjst'
! 	want = 'just'
  
  lines = line
  
  class paragraph(aetools.ComponentItem):
! 	"""paragraph - A paragraph """
! 	want = 'cpar'
  
  paragraphs = paragraph
  
  class text(aetools.ComponentItem):
! 	"""text - Text """
! 	want = 'ctxt'
  class _Prop_color(aetools.NProperty):
! 	"""color - the color of the first character """
! 	which = 'colr'
! 	want = 'cRGB'
  class _Prop_font(aetools.NProperty):
! 	"""font - the name of the font of the first character """
! 	which = 'font'
! 	want = 'ctxt'
  class _Prop_size(aetools.NProperty):
! 	"""size - the size in points of the first character """
! 	which = 'ptsz'
! 	want = 'fixd'
  class _Prop_style(aetools.NProperty):
! 	"""style - the text style of the first character of the first character """
! 	which = 'txst'
! 	want = 'tsty'
  class _Prop_uniform_styles(aetools.NProperty):
! 	"""uniform styles - the text styles that are uniform throughout the text """
! 	which = 'ustl'
! 	want = 'tsty'
  class _Prop_writing_code(aetools.NProperty):
! 	"""writing code - the script system and language """
! 	which = 'psct'
! 	want = 'intl'
  #        element 'cha ' as ['indx']
  #        element 'clin' as ['indx']
--- 13,80 ----
  class Text_Suite_Events:
  
!     pass
  
  
  class text_flow(aetools.ComponentItem):
!     """text flow - A contiguous block of text.  Page layout applications call this a \xd4story.\xd5 """
!     want = 'cflo'
  class _Prop__3c_inheritance_3e_(aetools.NProperty):
!     """<inheritance> - inherits some of its properties from this class """
!     which = 'c@#^'
!     want = 'ctxt'
  class _Prop_name(aetools.NProperty):
!     """name - the name """
!     which = 'pnam'
!     want = 'itxt'
  
  text_flows = text_flow
  
  class character(aetools.ComponentItem):
!     """character - A character """
!     want = 'cha '
  
  class line(aetools.ComponentItem):
!     """line - A line of text """
!     want = 'clin'
  class _Prop_justification(aetools.NProperty):
!     """justification - the justification of the text """
!     which = 'pjst'
!     want = 'just'
  
  lines = line
  
  class paragraph(aetools.ComponentItem):
!     """paragraph - A paragraph """
!     want = 'cpar'
  
  paragraphs = paragraph
  
  class text(aetools.ComponentItem):
!     """text - Text """
!     want = 'ctxt'
  class _Prop_color(aetools.NProperty):
!     """color - the color of the first character """
!     which = 'colr'
!     want = 'cRGB'
  class _Prop_font(aetools.NProperty):
!     """font - the name of the font of the first character """
!     which = 'font'
!     want = 'ctxt'
  class _Prop_size(aetools.NProperty):
!     """size - the size in points of the first character """
!     which = 'ptsz'
!     want = 'fixd'
  class _Prop_style(aetools.NProperty):
!     """style - the text style of the first character of the first character """
!     which = 'txst'
!     want = 'tsty'
  class _Prop_uniform_styles(aetools.NProperty):
!     """uniform styles - the text styles that are uniform throughout the text """
!     which = 'ustl'
!     want = 'tsty'
  class _Prop_writing_code(aetools.NProperty):
!     """writing code - the script system and language """
!     which = 'psct'
!     want = 'intl'
  #        element 'cha ' as ['indx']
  #        element 'clin' as ['indx']
***************
*** 84,109 ****
  
  class word(aetools.ComponentItem):
! 	"""word - A word """
! 	want = 'cwor'
  
  words = word
  
  class text_style_info(aetools.ComponentItem):
! 	"""text style info - On and Off styles of text run """
! 	want = 'tsty'
  class _Prop_off_styles(aetools.NProperty):
! 	"""off styles - the styles that are off for the text """
! 	which = 'ofst'
! 	want = 'styl'
  class _Prop_on_styles(aetools.NProperty):
! 	"""on styles - the styles that are on for the text """
! 	which = 'onst'
! 	want = 'styl'
  
  text_style_infos = text_style_info
  text_flow._superclassnames = ['text']
  text_flow._privpropdict = {
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
! 	'name' : _Prop_name,
  }
  text_flow._privelemdict = {
--- 84,109 ----
  
  class word(aetools.ComponentItem):
!     """word - A word """
!     want = 'cwor'
  
  words = word
  
  class text_style_info(aetools.ComponentItem):
!     """text style info - On and Off styles of text run """
!     want = 'tsty'
  class _Prop_off_styles(aetools.NProperty):
!     """off styles - the styles that are off for the text """
!     which = 'ofst'
!     want = 'styl'
  class _Prop_on_styles(aetools.NProperty):
!     """on styles - the styles that are on for the text """
!     which = 'onst'
!     want = 'styl'
  
  text_style_infos = text_style_info
  text_flow._superclassnames = ['text']
  text_flow._privpropdict = {
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
!     'name' : _Prop_name,
  }
  text_flow._privelemdict = {
***************
*** 111,115 ****
  character._superclassnames = ['text']
  character._privpropdict = {
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  character._privelemdict = {
--- 111,115 ----
  character._superclassnames = ['text']
  character._privpropdict = {
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  character._privelemdict = {
***************
*** 117,122 ****
  line._superclassnames = ['text']
  line._privpropdict = {
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
! 	'justification' : _Prop_justification,
  }
  line._privelemdict = {
--- 117,122 ----
  line._superclassnames = ['text']
  line._privpropdict = {
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
!     'justification' : _Prop_justification,
  }
  line._privelemdict = {
***************
*** 124,128 ****
  paragraph._superclassnames = ['text']
  paragraph._privpropdict = {
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  paragraph._privelemdict = {
--- 124,128 ----
  paragraph._superclassnames = ['text']
  paragraph._privpropdict = {
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  paragraph._privelemdict = {
***************
*** 130,150 ****
  text._superclassnames = []
  text._privpropdict = {
! 	'color' : _Prop_color,
! 	'font' : _Prop_font,
! 	'size' : _Prop_size,
! 	'style' : _Prop_style,
! 	'uniform_styles' : _Prop_uniform_styles,
! 	'writing_code' : _Prop_writing_code,
  }
  text._privelemdict = {
! 	'character' : character,
! 	'line' : line,
! 	'paragraph' : paragraph,
! 	'text' : text,
! 	'word' : word,
  }
  word._superclassnames = ['text']
  word._privpropdict = {
! 	'_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  word._privelemdict = {
--- 130,150 ----
  text._superclassnames = []
  text._privpropdict = {
!     'color' : _Prop_color,
!     'font' : _Prop_font,
!     'size' : _Prop_size,
!     'style' : _Prop_style,
!     'uniform_styles' : _Prop_uniform_styles,
!     'writing_code' : _Prop_writing_code,
  }
  text._privelemdict = {
!     'character' : character,
!     'line' : line,
!     'paragraph' : paragraph,
!     'text' : text,
!     'word' : word,
  }
  word._superclassnames = ['text']
  word._privpropdict = {
!     '_3c_inheritance_3e_' : _Prop__3c_inheritance_3e_,
  }
  word._privelemdict = {
***************
*** 152,183 ****
  text_style_info._superclassnames = []
  text_style_info._privpropdict = {
! 	'off_styles' : _Prop_off_styles,
! 	'on_styles' : _Prop_on_styles,
  }
  text_style_info._privelemdict = {
  }
  _Enum_just = {
! 	'left' : 'left',	# Align with left margin
! 	'right' : 'rght',	# Align with right margin
! 	'center' : 'cent',	# Align with center
! 	'full' : 'full',	# Align with both left and right margins
  }
  
  _Enum_styl = {
! 	'plain' : 'plan',	# Plain
! 	'bold' : 'bold',	# Bold
! 	'italic' : 'ital',	# Italic
! 	'outline' : 'outl',	# Outline
! 	'shadow' : 'shad',	# Shadow
! 	'underline' : 'undl',	# Underline
! 	'superscript' : 'spsc',	# Superscript
! 	'subscript' : 'sbsc',	# Subscript
! 	'strikethrough' : 'strk',	# Strikethrough
! 	'small_caps' : 'smcp',	# Small caps
! 	'all_caps' : 'alcp',	# All capital letters
! 	'all_lowercase' : 'lowc',	# Lowercase
! 	'condensed' : 'cond',	# Condensed
! 	'expanded' : 'pexp',	# Expanded
! 	'hidden' : 'hidn',	# Hidden
  }
  
--- 152,183 ----
  text_style_info._superclassnames = []
  text_style_info._privpropdict = {
!     'off_styles' : _Prop_off_styles,
!     'on_styles' : _Prop_on_styles,
  }
  text_style_info._privelemdict = {
  }
  _Enum_just = {
!     'left' : 'left',	# Align with left margin
!     'right' : 'rght',	# Align with right margin
!     'center' : 'cent',	# Align with center
!     'full' : 'full',	# Align with both left and right margins
  }
  
  _Enum_styl = {
!     'plain' : 'plan',	# Plain
!     'bold' : 'bold',	# Bold
!     'italic' : 'ital',	# Italic
!     'outline' : 'outl',	# Outline
!     'shadow' : 'shad',	# Shadow
!     'underline' : 'undl',	# Underline
!     'superscript' : 'spsc',	# Superscript
!     'subscript' : 'sbsc',	# Subscript
!     'strikethrough' : 'strk',	# Strikethrough
!     'small_caps' : 'smcp',	# Small caps
!     'all_caps' : 'alcp',	# All capital letters
!     'all_lowercase' : 'lowc',	# Lowercase
!     'condensed' : 'cond',	# Condensed
!     'expanded' : 'pexp',	# Expanded
!     'hidden' : 'hidn',	# Hidden
  }
  
***************
*** 187,196 ****
  #
  _classdeclarations = {
! 	'cflo' : text_flow,
! 	'cha ' : character,
! 	'clin' : line,
! 	'cpar' : paragraph,
! 	'ctxt' : text,
! 	'cwor' : word,
! 	'tsty' : text_style_info,
  }
--- 187,218 ----
  #
  _classdeclarations = {
!     'cflo' : text_flow,
!     'cha ' : character,
!     'clin' : line,
!     'cpar' : paragraph,
!     'ctxt' : text,
!     'cwor' : word,
!     'tsty' : text_style_info,
! }
! 
! _propdeclarations = {
!     'c@#^' : _Prop__3c_inheritance_3e_,
!     'colr' : _Prop_color,
!     'font' : _Prop_font,
!     'ofst' : _Prop_off_styles,
!     'onst' : _Prop_on_styles,
!     'pjst' : _Prop_justification,
!     'pnam' : _Prop_name,
!     'psct' : _Prop_writing_code,
!     'ptsz' : _Prop_size,
!     'txst' : _Prop_style,
!     'ustl' : _Prop_uniform_styles,
! }
! 
! _compdeclarations = {
! }
! 
! _enumdeclarations = {
!     'just' : _Enum_just,
!     'styl' : _Enum_styl,
  }

Index: Type_Names_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Type_Names_Suite.py	1 Apr 2003 22:04:57 -0000	1.6
--- Type_Names_Suite.py	12 Apr 2003 22:27:10 -0000	1.7
***************
*** 13,30 ****
  class Type_Names_Suite_Events:
  
! 	pass
  
  
  class PostScript_picture(aetools.ComponentItem):
! 	"""PostScript picture -  """
! 	want = 'EPS '
  
  class point(aetools.ComponentItem):
! 	"""point - point coordinates """
! 	want = 'QDpt'
  
  class string(aetools.ComponentItem):
! 	"""string - a string of characters """
! 	want = 'TEXT'
  
  plain_text = string
--- 13,30 ----
  class Type_Names_Suite_Events:
  
!     pass
  
  
  class PostScript_picture(aetools.ComponentItem):
!     """PostScript picture -  """
!     want = 'EPS '
  
  class point(aetools.ComponentItem):
!     """point - point coordinates """
!     want = 'QDpt'
  
  class string(aetools.ComponentItem):
!     """string - a string of characters """
!     want = 'TEXT'
  
  plain_text = string
***************
*** 33,182 ****
  
  class TIFF_picture(aetools.ComponentItem):
! 	"""TIFF picture -  """
! 	want = 'TIFF'
  
  class application_dictionary(aetools.ComponentItem):
! 	"""application dictionary -  """
! 	want = 'aete'
  
  class system_dictionary(aetools.ComponentItem):
! 	"""system dictionary -  """
! 	want = 'aeut'
  
  class color_table(aetools.ComponentItem):
! 	"""color table -  """
! 	want = 'clrt'
  
  class menu_item(aetools.ComponentItem):
! 	"""menu item -  """
! 	want = 'cmen'
  
  class menu(aetools.ComponentItem):
! 	"""menu -  """
! 	want = 'cmnu'
  
  class double_integer(aetools.ComponentItem):
! 	"""double integer -  """
! 	want = 'comp'
  
  class type_element_info(aetools.ComponentItem):
! 	"""type element info -  """
! 	want = 'elin'
  
  class type_event_info(aetools.ComponentItem):
! 	"""type event info - information about an event """
! 	want = 'evin'
  
  class extended_real(aetools.ComponentItem):
! 	"""extended real -  """
! 	want = 'exte'
  
  class fixed(aetools.ComponentItem):
! 	"""fixed - a real number """
! 	want = 'fixd'
  
  class fixed_point(aetools.ComponentItem):
! 	"""fixed point -  """
! 	want = 'fpnt'
  
  class fixed_rectangle(aetools.ComponentItem):
! 	"""fixed rectangle -  """
! 	want = 'frct'
  
  class type_class_info(aetools.ComponentItem):
! 	"""type class info - information about properties and elements of a class """
! 	want = 'gcli'
  
  class location_reference(aetools.ComponentItem):
! 	"""location reference -  """
! 	want = 'insl'
  
  class long_fixed_point(aetools.ComponentItem):
! 	"""long fixed point -  """
! 	want = 'lfpt'
  
  class long_fixed_rectangle(aetools.ComponentItem):
! 	"""long fixed rectangle -  """
! 	want = 'lfrc'
  
  class long_fixed(aetools.ComponentItem):
! 	"""long fixed -  """
! 	want = 'lfxd'
  
  class long_point(aetools.ComponentItem):
! 	"""long point -  """
! 	want = 'lpnt'
  
  class long_rectangle(aetools.ComponentItem):
! 	"""long rectangle -  """
! 	want = 'lrct'
  
  class machine_location(aetools.ComponentItem):
! 	"""machine location -  """
! 	want = 'mLoc'
  
  class unsigned_integer(aetools.ComponentItem):
! 	"""unsigned integer -  """
! 	want = 'magn'
  
  class null(aetools.ComponentItem):
! 	"""null -  """
! 	want = 'null'
  
  class type_property_info(aetools.ComponentItem):
! 	"""type property info -  """
! 	want = 'pinf'
  
  class type_parameter_info(aetools.ComponentItem):
! 	"""type parameter info -  """
! 	want = 'pmin'
  
  class bounding_rectangle(aetools.ComponentItem):
! 	"""bounding rectangle - bounding rectangle """
! 	want = 'qdrt'
  
  class small_integer(aetools.ComponentItem):
! 	"""small integer -  """
! 	want = 'shor'
  
  class small_real(aetools.ComponentItem):
! 	"""small real -  """
! 	want = 'sing'
  
  class scrap_styles(aetools.ComponentItem):
! 	"""scrap styles -  """
! 	want = 'styl'
  
  class type_suite_info(aetools.ComponentItem):
! 	"""type suite info -  """
! 	want = 'suin'
  
  class target_id(aetools.ComponentItem):
! 	"""target id -  """
! 	want = 'targ'
  
  class dash_style(aetools.ComponentItem):
! 	"""dash style -  """
! 	want = 'tdas'
  
  class pixel_map_record(aetools.ComponentItem):
! 	"""pixel map record -  """
! 	want = 'tpmm'
  
  class RGB16_color(aetools.ComponentItem):
! 	"""RGB16 color -  """
! 	want = 'tr16'
  
  class RGB96_color(aetools.ComponentItem):
! 	"""RGB96 color -  """
! 	want = 'tr96'
  
  class rotation(aetools.ComponentItem):
! 	"""rotation -  """
! 	want = 'trot'
  
  class version(aetools.ComponentItem):
! 	"""version -  """
! 	want = 'vers'
  PostScript_picture._superclassnames = []
  PostScript_picture._privpropdict = {
--- 33,182 ----
  
  class TIFF_picture(aetools.ComponentItem):
!     """TIFF picture -  """
!     want = 'TIFF'
  
  class application_dictionary(aetools.ComponentItem):
!     """application dictionary -  """
!     want = 'aete'
  
  class system_dictionary(aetools.ComponentItem):
!     """system dictionary -  """
!     want = 'aeut'
  
  class color_table(aetools.ComponentItem):
!     """color table -  """
!     want = 'clrt'
  
  class menu_item(aetools.ComponentItem):
!     """menu item -  """
!     want = 'cmen'
  
  class menu(aetools.ComponentItem):
!     """menu -  """
!     want = 'cmnu'
  
  class double_integer(aetools.ComponentItem):
!     """double integer -  """
!     want = 'comp'
  
  class type_element_info(aetools.ComponentItem):
!     """type element info -  """
!     want = 'elin'
  
  class type_event_info(aetools.ComponentItem):
!     """type event info - information about an event """
!     want = 'evin'
  
  class extended_real(aetools.ComponentItem):
!     """extended real -  """
!     want = 'exte'
  
  class fixed(aetools.ComponentItem):
!     """fixed - a real number """
!     want = 'fixd'
  
  class fixed_point(aetools.ComponentItem):
!     """fixed point -  """
!     want = 'fpnt'
  
  class fixed_rectangle(aetools.ComponentItem):
!     """fixed rectangle -  """
!     want = 'frct'
  
  class type_class_info(aetools.ComponentItem):
!     """type class info - information about properties and elements of a class """
!     want = 'gcli'
  
  class location_reference(aetools.ComponentItem):
!     """location reference -  """
!     want = 'insl'
  
  class long_fixed_point(aetools.ComponentItem):
!     """long fixed point -  """
!     want = 'lfpt'
  
  class long_fixed_rectangle(aetools.ComponentItem):
!     """long fixed rectangle -  """
!     want = 'lfrc'
  
  class long_fixed(aetools.ComponentItem):
!     """long fixed -  """
!     want = 'lfxd'
  
  class long_point(aetools.ComponentItem):
!     """long point -  """
!     want = 'lpnt'
  
  class long_rectangle(aetools.ComponentItem):
!     """long rectangle -  """
!     want = 'lrct'
  
  class machine_location(aetools.ComponentItem):
!     """machine location -  """
!     want = 'mLoc'
  
  class unsigned_integer(aetools.ComponentItem):
!     """unsigned integer -  """
!     want = 'magn'
  
  class null(aetools.ComponentItem):
!     """null -  """
!     want = 'null'
  
  class type_property_info(aetools.ComponentItem):
!     """type property info -  """
!     want = 'pinf'
  
  class type_parameter_info(aetools.ComponentItem):
!     """type parameter info -  """
!     want = 'pmin'
  
  class bounding_rectangle(aetools.ComponentItem):
!     """bounding rectangle - bounding rectangle """
!     want = 'qdrt'
  
  class small_integer(aetools.ComponentItem):
!     """small integer -  """
!     want = 'shor'
  
  class small_real(aetools.ComponentItem):
!     """small real -  """
!     want = 'sing'
  
  class scrap_styles(aetools.ComponentItem):
!     """scrap styles -  """
!     want = 'styl'
  
  class type_suite_info(aetools.ComponentItem):
!     """type suite info -  """
!     want = 'suin'
  
  class target_id(aetools.ComponentItem):
!     """target id -  """
!     want = 'targ'
  
  class dash_style(aetools.ComponentItem):
!     """dash style -  """
!     want = 'tdas'
  
  class pixel_map_record(aetools.ComponentItem):
!     """pixel map record -  """
!     want = 'tpmm'
  
  class RGB16_color(aetools.ComponentItem):
!     """RGB16 color -  """
!     want = 'tr16'
  
  class RGB96_color(aetools.ComponentItem):
!     """RGB96 color -  """
!     want = 'tr96'
  
  class rotation(aetools.ComponentItem):
!     """rotation -  """
!     want = 'trot'
  
  class version(aetools.ComponentItem):
!     """version -  """
!     want = 'vers'
  PostScript_picture._superclassnames = []
  PostScript_picture._privpropdict = {
***************
*** 384,426 ****
  #
  _classdeclarations = {
! 	'EPS ' : PostScript_picture,
! 	'QDpt' : point,
! 	'TEXT' : string,
! 	'TIFF' : TIFF_picture,
! 	'aete' : application_dictionary,
! 	'aeut' : system_dictionary,
! 	'clrt' : color_table,
! 	'cmen' : menu_item,
! 	'cmnu' : menu,
! 	'comp' : double_integer,
! 	'elin' : type_element_info,
! 	'evin' : type_event_info,
! 	'exte' : extended_real,
! 	'fixd' : fixed,
! 	'fpnt' : fixed_point,
! 	'frct' : fixed_rectangle,
! 	'gcli' : type_class_info,
! 	'insl' : location_reference,
! 	'lfpt' : long_fixed_point,
! 	'lfrc' : long_fixed_rectangle,
! 	'lfxd' : long_fixed,
! 	'lpnt' : long_point,
! 	'lrct' : long_rectangle,
! 	'mLoc' : machine_location,
! 	'magn' : unsigned_integer,
! 	'null' : null,
! 	'pinf' : type_property_info,
! 	'pmin' : type_parameter_info,
! 	'qdrt' : bounding_rectangle,
! 	'shor' : small_integer,
! 	'sing' : small_real,
! 	'styl' : scrap_styles,
! 	'suin' : type_suite_info,
! 	'targ' : target_id,
! 	'tdas' : dash_style,
! 	'tpmm' : pixel_map_record,
! 	'tr16' : RGB16_color,
! 	'tr96' : RGB96_color,
! 	'trot' : rotation,
! 	'vers' : version,
  }
--- 384,435 ----
  #
  _classdeclarations = {
!     'EPS ' : PostScript_picture,
!     'QDpt' : point,
!     'TEXT' : string,
!     'TIFF' : TIFF_picture,
!     'aete' : application_dictionary,
!     'aeut' : system_dictionary,
!     'clrt' : color_table,
!     'cmen' : menu_item,
!     'cmnu' : menu,
!     'comp' : double_integer,
!     'elin' : type_element_info,
!     'evin' : type_event_info,
!     'exte' : extended_real,
!     'fixd' : fixed,
!     'fpnt' : fixed_point,
!     'frct' : fixed_rectangle,
!     'gcli' : type_class_info,
!     'insl' : location_reference,
!     'lfpt' : long_fixed_point,
!     'lfrc' : long_fixed_rectangle,
!     'lfxd' : long_fixed,
!     'lpnt' : long_point,
!     'lrct' : long_rectangle,
!     'mLoc' : machine_location,
!     'magn' : unsigned_integer,
!     'null' : null,
!     'pinf' : type_property_info,
!     'pmin' : type_parameter_info,
!     'qdrt' : bounding_rectangle,
!     'shor' : small_integer,
!     'sing' : small_real,
!     'styl' : scrap_styles,
!     'suin' : type_suite_info,
!     'targ' : target_id,
!     'tdas' : dash_style,
!     'tpmm' : pixel_map_record,
!     'tr16' : RGB16_color,
!     'tr96' : RGB96_color,
!     'trot' : rotation,
!     'vers' : version,
! }
! 
! _propdeclarations = {
! }
! 
! _compdeclarations = {
! }
! 
! _enumdeclarations = {
  }

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/StdSuites/__init__.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** __init__.py	1 Apr 2003 22:04:59 -0000	1.6
--- __init__.py	12 Apr 2003 22:27:10 -0000	1.7
***************
*** 17,29 ****
  
  _code_to_module = {
! 	'TEXT' : Text_Suite,
! 	'ascr' : AppleScript_Suite,
! 	'core' : Standard_Suite,
! 	'macc' : Macintosh_Connectivity_Clas,
! 	'qdrw' : QuickDraw_Graphics_Suite,
! 	'qdsp' : QuickDraw_Graphics_Suppleme,
! 	'reqd' : Required_Suite,
! 	'tbls' : Table_Suite,
! 	'tpnm' : Type_Names_Suite,
  }
  
--- 17,29 ----
  
  _code_to_module = {
!     'TEXT' : Text_Suite,
!     'ascr' : AppleScript_Suite,
!     'core' : Standard_Suite,
!     'macc' : Macintosh_Connectivity_Clas,
!     'qdrw' : QuickDraw_Graphics_Suite,
!     'qdsp' : QuickDraw_Graphics_Suppleme,
!     'reqd' : Required_Suite,
!     'tbls' : Table_Suite,
!     'tpnm' : Type_Names_Suite,
  }
  
***************
*** 31,43 ****
  
  _code_to_fullname = {
! 	'TEXT' : ('StdSuites.Text_Suite', 'Text_Suite'),
! 	'ascr' : ('StdSuites.AppleScript_Suite', 'AppleScript_Suite'),
! 	'core' : ('StdSuites.Standard_Suite', 'Standard_Suite'),
! 	'macc' : ('StdSuites.Macintosh_Connectivity_Clas', 'Macintosh_Connectivity_Clas'),
! 	'qdrw' : ('StdSuites.QuickDraw_Graphics_Suite', 'QuickDraw_Graphics_Suite'),
! 	'qdsp' : ('StdSuites.QuickDraw_Graphics_Suppleme', 'QuickDraw_Graphics_Suppleme'),
! 	'reqd' : ('StdSuites.Required_Suite', 'Required_Suite'),
! 	'tbls' : ('StdSuites.Table_Suite', 'Table_Suite'),
! 	'tpnm' : ('StdSuites.Type_Names_Suite', 'Type_Names_Suite'),
  }
  
--- 31,43 ----
  
  _code_to_fullname = {
!     'TEXT' : ('StdSuites.Text_Suite', 'Text_Suite'),
!     'ascr' : ('StdSuites.AppleScript_Suite', 'AppleScript_Suite'),
!     'core' : ('StdSuites.Standard_Suite', 'Standard_Suite'),
!     'macc' : ('StdSuites.Macintosh_Connectivity_Clas', 'Macintosh_Connectivity_Clas'),
!     'qdrw' : ('StdSuites.QuickDraw_Graphics_Suite', 'QuickDraw_Graphics_Suite'),
!     'qdsp' : ('StdSuites.QuickDraw_Graphics_Suppleme', 'QuickDraw_Graphics_Suppleme'),
!     'reqd' : ('StdSuites.Required_Suite', 'Required_Suite'),
!     'tbls' : ('StdSuites.Table_Suite', 'Table_Suite'),
!     'tpnm' : ('StdSuites.Type_Names_Suite', 'Type_Names_Suite'),
  }
  
***************
*** 53,66 ****
  
  def getbaseclasses(v):
! 	if not getattr(v, '_propdict', None):
! 		v._propdict = {}
! 		v._elemdict = {}
! 		for superclassname in getattr(v, '_superclassnames', []):
! 			superclass = eval(superclassname)
! 			getbaseclasses(superclass)
! 			v._propdict.update(getattr(superclass, '_propdict', {}))
! 			v._elemdict.update(getattr(superclass, '_elemdict', {}))
! 		v._propdict.update(getattr(v, '_privpropdict', {}))
! 		v._elemdict.update(getattr(v, '_privelemdict', {}))
  
  import StdSuites
--- 53,66 ----
  
  def getbaseclasses(v):
!     if not getattr(v, '_propdict', None):
!         v._propdict = {}
!         v._elemdict = {}
!         for superclassname in getattr(v, '_superclassnames', []):
!             superclass = eval(superclassname)
!             getbaseclasses(superclass)
!             v._propdict.update(getattr(superclass, '_propdict', {}))
!             v._elemdict.update(getattr(superclass, '_elemdict', {}))
!         v._propdict.update(getattr(v, '_privpropdict', {}))
!         v._elemdict.update(getattr(v, '_privelemdict', {}))
  
  import StdSuites
***************
*** 264,472 ****
  #
  _classdeclarations = {
! 	'jul ' : July,
! 	'may ' : May,
! 	'TEXT' : string,
! 	'cmet' : cubic_metres,
! 	'STXT' : styled_text,
! 	'nds ' : number_2c__date_or_text,
! 	'feet' : feet,
! 	'feb ' : February,
! 	'nmbr' : number,
! 	'mile' : miles,
! 	'kprs' : keystroke,
! 	'psct' : writing_code,
! 	'degf' : degrees_Fahrenheit,
! 	'lrs ' : list_2c__record_or_text,
! 	'ldt ' : date,
! 	'litr' : litres,
! 	'nd  ' : number_or_date,
! 	'cmtr' : centimetres,
! 	'evnt' : event,
! 	'pstr' : Pascal_string,
! 	'zone' : zone,
! 	'PICT' : picture,
! 	'ls  ' : list_or_string,
! 	'long' : integer,
! 	'sf  ' : alias_or_string,
! 	'citl' : writing_code_info,
! 	'citm' : text_item,
! 	'mach' : machine,
! 	'type' : type_class,
! 	'prep' : preposition,
! 	'tue ' : Tuesday,
! 	'case' : upper_case,
! 	'vers' : version,
! 	'wed ' : Wednesday,
! 	'dec ' : December,
! 	'sqkm' : square_kilometres,
! 	'obj ' : reference,
! 	'vect' : vector,
! 	'wkdy' : weekday,
! 	'cRGB' : RGB_color,
! 	'sun ' : Sunday,
! 	'itxt' : international_text,
! 	'scnd' : seconds,
! 	'mar ' : March,
! 	'kmtr' : kilometres,
! 	'sqft' : square_feet,
! 	'list' : list,
! 	'doub' : real,
! 	'nov ' : November,
! 	'qrts' : quarts,
! 	'degc' : degrees_Celsius,
! 	'msng' : missing_value,
! 	'alis' : alias,
! 	'jan ' : January,
! 	'metr' : metres,
! 	'mnth' : month,
! 	'ns  ' : number_or_string,
! 	'jun ' : June,
! 	'aug ' : August,
! 	'llst' : linked_list,
! 	'styl' : styled_Clipboard_text,
! 	'encs' : encoded_string,
! 	'galn' : gallons,
! 	'cuin' : cubic_inches,
! 	'fri ' : Friday,
! 	'sutx' : styled_Unicode_text,
! 	'lr  ' : list_or_record,
! 	'degk' : degrees_Kelvin,
! 	'mon ' : Monday,
! 	'snd ' : sound,
! 	'pcls' : class_,
! 	'kgrm' : kilograms,
! 	'scpt' : script,
! 	'****' : anything,
! 	'prop' : property,
! 	'reco' : record,
! 	'bool' : boolean,
! 	'oct ' : October,
! 	'sqrm' : square_metres,
! 	'inch' : inches,
! 	'kfrm' : reference_form,
! 	'cobj' : item,
! 	'gram' : grams,
! 	'cha ' : character,
! 	'apr ' : April,
! 	'undf' : empty_ae_name_,
! 	'capp' : app,
! 	'enum' : constant,
! 	'hand' : handler,
! 	'sqmi' : square_miles,
! 	'rdat' : data,
! 	'cstr' : C_string,
! 	'utxt' : Unicode_text,
! 	'thu ' : Thursday,
! 	'sqyd' : square_yards,
! 	'yard' : yards,
! 	'cyrd' : cubic_yards,
! 	'ozs ' : ounces,
! 	'lbs ' : pounds,
! 	'cfet' : cubic_feet,
! 	'ccmt' : cubic_centimetres,
! 	'sat ' : Saturday,
! 	'sep ' : September,
! 	'fss ' : file_specification,
! 	'ctxt' : text,
! 	'cwin' : window,
! 	'file' : file,
! 	'csel' : selection_2d_object,
! 	'alis' : alias,
! 	'capp' : application,
! 	'cins' : insertion_point,
! 	'docu' : document,
! 	'shor' : small_integer,
! 	'tr16' : RGB16_color,
! 	'vers' : version,
! 	'aeut' : system_dictionary,
! 	'clrt' : color_table,
! 	'fpnt' : fixed_point,
! 	'TEXT' : plain_text,
! 	'elin' : type_element_info,
! 	'insl' : location_reference,
! 	'mLoc' : machine_location,
! 	'EPS ' : PostScript_picture,
! 	'QDpt' : point,
! 	'cmen' : menu_item,
! 	'tpmm' : pixel_map_record,
! 	'aete' : application_dictionary,
! 	'magn' : unsigned_integer,
! 	'cmnu' : menu,
! 	'frct' : fixed_rectangle,
! 	'lfrc' : long_fixed_rectangle,
! 	'evin' : type_event_info,
! 	'sing' : small_real,
! 	'suin' : type_suite_info,
! 	'trot' : rotation,
! 	'pmin' : type_parameter_info,
! 	'fixd' : fixed,
! 	'styl' : scrap_styles,
! 	'lpnt' : long_point,
! 	'gcli' : type_class_info,
! 	'TIFF' : TIFF_picture,
! 	'tr96' : RGB96_color,
! 	'tdas' : dash_style,
! 	'exte' : extended_real,
! 	'pinf' : type_property_info,
! 	'lfpt' : long_fixed_point,
! 	'lrct' : long_rectangle,
! 	'qdrt' : bounding_rectangle,
! 	'comp' : double_integer,
! 	'lfxd' : long_fixed,
! 	'null' : null,
! 	'targ' : target_id,
! 	'cpar' : paragraph,
! 	'cha ' : character,
! 	'cflo' : text_flow,
! 	'tsty' : text_style_info,
! 	'clin' : line,
! 	'cwor' : word,
! 	'ctxt' : text,
! 	'cpic' : graphic_group,
! 	'covl' : oval,
! 	'cgtx' : graphic_text,
! 	'cgsh' : graphic_shape,
! 	'glin' : graphic_line,
! 	'cgob' : graphic_object,
! 	'cdrw' : drawing_area,
! 	'cpgn' : polygon,
! 	'cpxl' : pixel,
! 	'crrc' : rounded_rectangle,
! 	'carc' : arc,
! 	'cpix' : pixel_map,
! 	'crec' : rectangle,
! 	'cpic' : graphic_group,
! 	'cdrw' : drawing_area,
! 	'cat ' : AppleTalk_address,
! 	'cadr' : address_specification,
! 	'ctok' : Token_Ring_address,
! 	'cfw ' : FireWire_address,
! 	'cbus' : bus_slot,
! 	'cscs' : SCSI_address,
! 	'cadb' : ADB_address,
! 	'cusb' : USB_address,
! 	'cdev' : device_specification,
! 	'clt ' : LocalTalk_address,
! 	'cip ' : IP_address,
! 	'cen ' : Ethernet_address,
! 	'ccel' : cell,
! 	'ccol' : column,
! 	'ctbl' : table,
! 	'crow' : row,
  }
  
  
  class StdSuites(Text_Suite_Events,
! 		AppleScript_Suite_Events,
! 		Standard_Suite_Events,
! 		Macintosh_Connectivity_Clas_Events,
! 		QuickDraw_Graphics_Suite_Events,
! 		QuickDraw_Graphics_Suppleme_Events,
! 		Required_Suite_Events,
! 		Table_Suite_Events,
! 		Type_Names_Suite_Events,
! 		aetools.TalkTo):
! 	_signature = 'ascr'
  
! 	_moduleName = 'StdSuites'
  
--- 264,472 ----
  #
  _classdeclarations = {
!     'jul ' : July,
!     'may ' : May,
!     'TEXT' : string,
!     'cmet' : cubic_metres,
!     'STXT' : styled_text,
!     'nds ' : number_2c__date_or_text,
!     'feet' : feet,
!     'feb ' : February,
!     'nmbr' : number,
!     'mile' : miles,
!     'kprs' : keystroke,
!     'psct' : writing_code,
!     'degf' : degrees_Fahrenheit,
!     'lrs ' : list_2c__record_or_text,
!     'ldt ' : date,
!     'litr' : litres,
!     'nd  ' : number_or_date,
!     'cmtr' : centimetres,
!     'evnt' : event,
!     'pstr' : Pascal_string,
!     'zone' : zone,
!     'PICT' : picture,
!     'ls  ' : list_or_string,
!     'long' : integer,
!     'sf  ' : alias_or_string,
!     'citl' : writing_code_info,
!     'citm' : text_item,
!     'mach' : machine,
!     'type' : type_class,
!     'prep' : preposition,
!     'tue ' : Tuesday,
!     'case' : upper_case,
!     'vers' : version,
!     'wed ' : Wednesday,
!     'dec ' : December,
!     'sqkm' : square_kilometres,
!     'obj ' : reference,
!     'vect' : vector,
!     'wkdy' : weekday,
!     'cRGB' : RGB_color,
!     'sun ' : Sunday,
!     'itxt' : international_text,
!     'scnd' : seconds,
!     'mar ' : March,
!     'kmtr' : kilometres,
!     'sqft' : square_feet,
!     'list' : list,
!     'doub' : real,
!     'nov ' : November,
!     'qrts' : quarts,
!     'degc' : degrees_Celsius,
!     'msng' : missing_value,
!     'alis' : alias,
!     'jan ' : January,
!     'metr' : metres,
!     'mnth' : month,
!     'ns  ' : number_or_string,
!     'jun ' : June,
!     'aug ' : August,
!     'llst' : linked_list,
!     'styl' : styled_Clipboard_text,
!     'encs' : encoded_string,
!     'galn' : gallons,
!     'cuin' : cubic_inches,
!     'fri ' : Friday,
!     'sutx' : styled_Unicode_text,
!     'lr  ' : list_or_record,
!     'degk' : degrees_Kelvin,
!     'mon ' : Monday,
!     'snd ' : sound,
!     'pcls' : class_,
!     'kgrm' : kilograms,
!     'scpt' : script,
!     '****' : anything,
!     'prop' : property,
!     'reco' : record,
!     'bool' : boolean,
!     'oct ' : October,
!     'sqrm' : square_metres,
!     'inch' : inches,
!     'kfrm' : reference_form,
!     'cobj' : item,
!     'gram' : grams,
!     'cha ' : character,
!     'apr ' : April,
!     'undf' : empty_ae_name_,
!     'capp' : app,
!     'enum' : constant,
!     'hand' : handler,
!     'sqmi' : square_miles,
!     'rdat' : data,
!     'cstr' : C_string,
!     'utxt' : Unicode_text,
!     'thu ' : Thursday,
!     'sqyd' : square_yards,
!     'yard' : yards,
!     'cyrd' : cubic_yards,
!     'ozs ' : ounces,
!     'lbs ' : pounds,
!     'cfet' : cubic_feet,
!     'ccmt' : cubic_centimetres,
!     'sat ' : Saturday,
!     'sep ' : September,
!     'fss ' : file_specification,
!     'ctxt' : text,
!     'cwin' : window,
!     'file' : file,
!     'csel' : selection_2d_object,
!     'alis' : alias,
!     'capp' : application,
!     'cins' : insertion_point,
!     'docu' : document,
!     'shor' : small_integer,
!     'tr16' : RGB16_color,
!     'vers' : version,
!     'aeut' : system_dictionary,
!     'clrt' : color_table,
!     'fpnt' : fixed_point,
!     'TEXT' : plain_text,
!     'elin' : type_element_info,
!     'insl' : location_reference,
!     'mLoc' : machine_location,
!     'EPS ' : PostScript_picture,
!     'QDpt' : point,
!     'cmen' : menu_item,
!     'tpmm' : pixel_map_record,
!     'aete' : application_dictionary,
!     'magn' : unsigned_integer,
!     'cmnu' : menu,
!     'frct' : fixed_rectangle,
!     'lfrc' : long_fixed_rectangle,
!     'evin' : type_event_info,
!     'sing' : small_real,
!     'suin' : type_suite_info,
!     'trot' : rotation,
!     'pmin' : type_parameter_info,
!     'fixd' : fixed,
!     'styl' : scrap_styles,
!     'lpnt' : long_point,
!     'gcli' : type_class_info,
!     'TIFF' : TIFF_picture,
!     'tr96' : RGB96_color,
!     'tdas' : dash_style,
!     'exte' : extended_real,
!     'pinf' : type_property_info,
!     'lfpt' : long_fixed_point,
!     'lrct' : long_rectangle,
!     'qdrt' : bounding_rectangle,
!     'comp' : double_integer,
!     'lfxd' : long_fixed,
!     'null' : null,
!     'targ' : target_id,
!     'cpar' : paragraph,
!     'cha ' : character,
!     'cflo' : text_flow,
!     'tsty' : text_style_info,
!     'clin' : line,
!     'cwor' : word,
!     'ctxt' : text,
!     'cpic' : graphic_group,
!     'covl' : oval,
!     'cgtx' : graphic_text,
!     'cgsh' : graphic_shape,
!     'glin' : graphic_line,
!     'cgob' : graphic_object,
!     'cdrw' : drawing_area,
!     'cpgn' : polygon,
!     'cpxl' : pixel,
!     'crrc' : rounded_rectangle,
!     'carc' : arc,
!     'cpix' : pixel_map,
!     'crec' : rectangle,
!     'cpic' : graphic_group,
!     'cdrw' : drawing_area,
!     'cat ' : AppleTalk_address,
!     'cadr' : address_specification,
!     'ctok' : Token_Ring_address,
!     'cfw ' : FireWire_address,
!     'cbus' : bus_slot,
!     'cscs' : SCSI_address,
!     'cadb' : ADB_address,
!     'cusb' : USB_address,
!     'cdev' : device_specification,
!     'clt ' : LocalTalk_address,
!     'cip ' : IP_address,
!     'cen ' : Ethernet_address,
!     'ccel' : cell,
!     'ccol' : column,
!     'ctbl' : table,
!     'crow' : row,
  }
  
  
  class StdSuites(Text_Suite_Events,
!         AppleScript_Suite_Events,
!         Standard_Suite_Events,
!         Macintosh_Connectivity_Clas_Events,
!         QuickDraw_Graphics_Suite_Events,
!         QuickDraw_Graphics_Suppleme_Events,
!         Required_Suite_Events,
!         Table_Suite_Events,
!         Type_Names_Suite_Events,
!         aetools.TalkTo):
!     _signature = 'ascr'
  
!     _moduleName = 'StdSuites'