mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	
		
			
	
	
		
			770 lines
		
	
	
	
		
			26 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			770 lines
		
	
	
	
		
			26 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | """Suite Earlier terms: Terms that have been renamed
 | |||
|  | Level 1, version 1 | |||
|  | 
 | |||
|  | Generated from Macintosh HD:Systeemmap:Finder | |||
|  | AETE/AEUT resource version 0/144, language 0, script 0 | |||
|  | """
 | |||
|  | 
 | |||
|  | import aetools | |||
|  | import MacOS | |||
|  | 
 | |||
|  | _code = 'tpnm' | |||
|  | 
 | |||
|  | from StdSuites.Type_Names_Suite import * | |||
|  | class Earlier_terms_Events(Type_Names_Suite_Events): | |||
|  | 
 | |||
|  | 	pass | |||
|  | 
 | |||
|  | 
 | |||
|  | class application(aetools.ComponentItem): | |||
|  | 	"""application - The Finder """ | |||
|  | 	want = 'capp' | |||
|  | class properties(aetools.NProperty): | |||
|  | 	"""properties - property that allows getting and setting of multiple properties """ | |||
|  | 	which = 'qpro' | |||
|  | 	want = 'reco' | |||
|  | class clipboard(aetools.NProperty): | |||
|  | 	"""clipboard - the Finder<65>s clipboard window """ | |||
|  | 	which = 'pcli' | |||
|  | 	want = 'obj ' | |||
|  | class largest_free_block(aetools.NProperty): | |||
|  | 	"""largest free block - the largest free block of process memory available to launch an application """ | |||
|  | 	which = 'mfre' | |||
|  | 	want = 'long' | |||
|  | class name(aetools.NProperty): | |||
|  | 	"""name - the Finder<65>s name """ | |||
|  | 	which = 'pnam' | |||
|  | 	want = 'itxt' | |||
|  | class visible(aetools.NProperty): | |||
|  | 	"""visible - Is the Finder<65>s layer visible? """ | |||
|  | 	which = 'pvis' | |||
|  | 	want = 'bool' | |||
|  | class frontmost(aetools.NProperty): | |||
|  | 	"""frontmost - Is the Finder the frontmost process? """ | |||
|  | 	which = 'pisf' | |||
|  | 	want = 'bool' | |||
|  | class selection(aetools.NProperty): | |||
|  | 	"""selection - the selection visible to the user """ | |||
|  | 	which = 'sele' | |||
|  | 	want = 'obj ' | |||
|  | class insertion_location(aetools.NProperty): | |||
|  | 	"""insertion location - the container in which a new folder would appear if <20>New Folder<65> was selected """ | |||
|  | 	which = 'pins' | |||
|  | 	want = 'obj ' | |||
|  | class file_sharing(aetools.NProperty): | |||
|  | 	"""file sharing - Is file sharing on? """ | |||
|  | 	which = 'fshr' | |||
|  | 	want = 'bool' | |||
|  | class sharing_starting_up(aetools.NProperty): | |||
|  | 	"""sharing starting up - Is file sharing in the process of starting up? """ | |||
|  | 	which = 'fsup' | |||
|  | 	want = 'bool' | |||
|  | class product_version(aetools.NProperty): | |||
|  | 	"""product version - the version of the System software running on this computer """ | |||
|  | 	which = 'ver2' | |||
|  | 	want = 'itxt' | |||
|  | class version(aetools.NProperty): | |||
|  | 	"""version - the version of the Finder """ | |||
|  | 	which = 'vers' | |||
|  | 	want = 'itxt' | |||
|  | class about_this_computer(aetools.NProperty): | |||
|  | 	"""about this computer - the <20>About this Computer<65> dialog and the list of running processes displayed in it """ | |||
|  | 	which = 'abbx' | |||
|  | 	want = 'obj ' | |||
|  | class desktop(aetools.NProperty): | |||
|  | 	"""desktop - the desktop """ | |||
|  | 	which = 'desk' | |||
|  | 	want = 'cdsk' | |||
|  | class Finder_preferences(aetools.NProperty): | |||
|  | 	"""Finder preferences - Various preferences that apply to the Finder as a whole """ | |||
|  | 	which = 'pfrp' | |||
|  | 	want = 'obj ' | |||
|  | 
 | |||
|  | class application_file(aetools.ComponentItem): | |||
|  | 	"""application file - An application's file on disk """ | |||
|  | 	want = 'appf' | |||
|  | class _3c_Inheritance_3e_(aetools.NProperty): | |||
|  | 	"""<Inheritance> - inherits some of its properties from the file class """ | |||
|  | 	which = 'c@#^' | |||
|  | 	want = 'file' | |||
|  | class minimum_partition_size(aetools.NProperty): | |||
|  | 	"""minimum partition size - the smallest memory size with which the application can be launched """ | |||
|  | 	which = 'mprt' | |||
|  | 	want = 'long' | |||
|  | class partition_size(aetools.NProperty): | |||
|  | 	"""partition size - the memory size with which the application will be launched """ | |||
|  | 	which = 'appt' | |||
|  | 	want = 'long' | |||
|  | class suggested_partition_size(aetools.NProperty): | |||
|  | 	"""suggested partition size - the memory size with which the developer recommends the application be launched """ | |||
|  | 	which = 'sprt' | |||
|  | 	want = 'long' | |||
|  | class scriptable(aetools.NProperty): | |||
|  | 	"""scriptable - Is the application high-level event aware? """ | |||
|  | 	which = 'isab' | |||
|  | 	want = 'bool' | |||
|  | 
 | |||
|  | class container_window(aetools.ComponentItem): | |||
|  | 	"""container window - A window that contains items """ | |||
|  | 	want = 'cwnd' | |||
|  | # repeated property _3c_Inheritance_3e_ inherits some of its properties from the window class | |||
|  | class container(aetools.NProperty): | |||
|  | 	"""container - the container from which the window was opened """ | |||
|  | 	which = 'ctnr' | |||
|  | 	want = 'obj ' | |||
|  | class item(aetools.NProperty): | |||
|  | 	"""item - the item from which the window was opened (always returns something) """ | |||
|  | 	which = 'cobj' | |||
|  | 	want = 'obj ' | |||
|  | class has_custom_view_settings(aetools.NProperty): | |||
|  | 	"""has custom view settings - Does the folder have custom view settings or is it using the default global settings? """ | |||
|  | 	which = 'cuss' | |||
|  | 	want = 'long' | |||
|  | class view(aetools.NProperty): | |||
|  | 	"""view - the current view for the window (icon, name, date, etc.) """ | |||
|  | 	which = 'pvew' | |||
|  | 	want = 'long' | |||
|  | class previous_list_view(aetools.NProperty): | |||
|  | 	"""previous list view - the last non-icon view (by name, by date, etc.) selected for the container (forgotten as soon as the window is closed and only available when the window is open) """ | |||
|  | 	which = 'svew' | |||
|  | 	want = 'enum' | |||
|  | class button_view_arrangement(aetools.NProperty): | |||
|  | 	"""button view arrangement - the property by which to keep icons arranged within a button view window """ | |||
|  | 	which = 'barr' | |||
|  | 	want = 'earr' | |||
|  | class spatial_view_arrangement(aetools.NProperty): | |||
|  | 	"""spatial view arrangement - the property by which to keep icons arranged within a spatial view window """ | |||
|  | 	which = 'iarr' | |||
|  | 	want = 'earr' | |||
|  | class sort_direction(aetools.NProperty): | |||
|  | 	"""sort direction - The direction in which the window is sorted """ | |||
|  | 	which = 'sord' | |||
|  | 	want = 'sodr' | |||
|  | class calculate_folder_sizes(aetools.NProperty): | |||
|  | 	"""calculate folder sizes - Are folder sizes calculated and displayed in the window? (does not apply to suitcase windows) """ | |||
|  | 	which = 'sfsz' | |||
|  | 	want = 'bool' | |||
|  | class show_comments(aetools.NProperty): | |||
|  | 	"""show comments - Are comments displayed in the window? (does not apply to suitcases) """ | |||
|  | 	which = 'scom' | |||
|  | 	want = 'bool' | |||
|  | class show_creation_date(aetools.NProperty): | |||
|  | 	"""show creation date - Are creation dates displayed in the window? """ | |||
|  | 	which = 'scda' | |||
|  | 	want = 'bool' | |||
|  | class show_kind(aetools.NProperty): | |||
|  | 	"""show kind - Are document kinds displayed in the window? """ | |||
|  | 	which = 'sknd' | |||
|  | 	want = 'bool' | |||
|  | class show_label(aetools.NProperty): | |||
|  | 	"""show label - Are labels displayed in the window? """ | |||
|  | 	which = 'slbl' | |||
|  | 	want = 'bool' | |||
|  | class show_modification_date(aetools.NProperty): | |||
|  | 	"""show modification date - Are modification dates displayed in the window? """ | |||
|  | 	which = 'sdat' | |||
|  | 	want = 'bool' | |||
|  | class show_size(aetools.NProperty): | |||
|  | 	"""show size - Are file sizes displayed in the window? """ | |||
|  | 	which = 'ssiz' | |||
|  | 	want = 'bool' | |||
|  | class show_version(aetools.NProperty): | |||
|  | 	"""show version - Are file versions displayed in the window? (does not apply to suitcase windows) """ | |||
|  | 	which = 'svrs' | |||
|  | 	want = 'bool' | |||
|  | class use_relative_dates(aetools.NProperty): | |||
|  | 	"""use relative dates - Are relative dates (e.g., today, yesterday) shown in the window? """ | |||
|  | 	which = 'urdt' | |||
|  | 	want = 'bool' | |||
|  | 
 | |||
|  | class accessory_process(aetools.ComponentItem): | |||
|  | 	"""accessory process - A process launched from a desk accessory file """ | |||
|  | 	want = 'pcda' | |||
|  | 
 | |||
|  | accessory_processes = accessory_process | |||
|  | 
 | |||
|  | class accessory_suitcase(aetools.ComponentItem): | |||
|  | 	"""accessory suitcase - A desk accessory suitcase """ | |||
|  | 	want = 'dsut' | |||
|  | 
 | |||
|  | accessory_suitcases = accessory_suitcase | |||
|  | 
 | |||
|  | class internet_location(aetools.ComponentItem): | |||
|  | 	"""internet location - An file containing an internet location """ | |||
|  | 	want = 'inlf' | |||
|  | 
 | |||
|  | internet_locations = internet_location | |||
|  | 
 | |||
|  | class information_window(aetools.ComponentItem): | |||
|  | 	"""information window - An information window (opened by <20>Get Info<66>) """ | |||
|  | 	want = 'iwnd' | |||
|  | # repeated property _3c_Inheritance_3e_ inherits some of its properties from the window class | |||
|  | # repeated property item the item from which this window was opened | |||
|  | class comment(aetools.NProperty): | |||
|  | 	"""comment - the comment """ | |||
|  | 	which = 'comt' | |||
|  | 	want = 'itxt' | |||
|  | class size(aetools.NProperty): | |||
|  | 	"""size - the logical size of the item """ | |||
|  | 	which = 'ptsz' | |||
|  | 	want = 'long' | |||
|  | class physical_size(aetools.NProperty): | |||
|  | 	"""physical size - the actual space used by the item on disk """ | |||
|  | 	which = 'phys' | |||
|  | 	want = 'long' | |||
|  | class creation_date(aetools.NProperty): | |||
|  | 	"""creation date - the date on which the item was created """ | |||
|  | 	which = 'ascd' | |||
|  | 	want = 'ldt ' | |||
|  | class modification_date(aetools.NProperty): | |||
|  | 	"""modification date - the date on which the item was last modified """ | |||
|  | 	which = 'asmo' | |||
|  | 	want = 'ldt ' | |||
|  | # repeated property suggested_partition_size the memory size with which the developer recommends the application be launched | |||
|  | # repeated property minimum_partition_size the smallest memory size with which the application can be launched (only applies to information windows for applications) | |||
|  | # repeated property partition_size the memory size with which the application will be launched (only applies to information windows for applications) | |||
|  | class icon(aetools.NProperty): | |||
|  | 	"""icon - the icon bitmap of the item """ | |||
|  | 	which = 'iimg' | |||
|  | 	want = 'ifam' | |||
|  | class locked(aetools.NProperty): | |||
|  | 	"""locked - Is the item locked (applies only to file and application information windows)? """ | |||
|  | 	which = 'aslk' | |||
|  | 	want = 'bool' | |||
|  | class stationery(aetools.NProperty): | |||
|  | 	"""stationery - Is the item a stationery pad? """ | |||
|  | 	which = 'pspd' | |||
|  | 	want = 'bool' | |||
|  | class warn_before_emptying(aetools.NProperty): | |||
|  | 	"""warn before emptying - Display a dialog when emptying the trash (only valid for trash info window)? """ | |||
|  | 	which = 'warn' | |||
|  | 	want = 'bool' | |||
|  | # repeated property product_version the version of the product (visible at the top of the <20>Get Info<66> window) | |||
|  | # repeated property version the version of the file (visible at the bottom of the <20>Get Info<66> window) | |||
|  | 
 | |||
|  | class item(aetools.ComponentItem): | |||
|  | 	"""item - An item """ | |||
|  | 	want = 'cobj' | |||
|  | # repeated property properties property that allows getting and setting of multiple properties | |||
|  | # repeated property name the name of the item | |||
|  | class index(aetools.NProperty): | |||
|  | 	"""index - the index in the front-to-back ordering within its container """ | |||
|  | 	which = 'pidx' | |||
|  | 	want = 'long' | |||
|  | class id(aetools.NProperty): | |||
|  | 	"""id - an id that identifies the item """ | |||
|  | 	which = 'ID  ' | |||
|  | 	want = 'long' | |||
|  | # repeated property container the container of the item | |||
|  | class disk(aetools.NProperty): | |||
|  | 	"""disk - the disk on which the item is stored """ | |||
|  | 	which = 'cdis' | |||
|  | 	want = 'obj ' | |||
|  | class folder(aetools.NProperty): | |||
|  | 	"""folder - the folder in which the item is stored """ | |||
|  | 	which = 'asdr' | |||
|  | 	want = 'obj ' | |||
|  | class position(aetools.NProperty): | |||
|  | 	"""position - the position of the item within its parent window (can only be set for an item in a window viewed as icons or buttons) """ | |||
|  | 	which = 'posn' | |||
|  | 	want = 'QDpt' | |||
|  | class bounds(aetools.NProperty): | |||
|  | 	"""bounds - the bounding rectangle of the item (can only be set for an item in a window viewed as icons or buttons) """ | |||
|  | 	which = 'pbnd' | |||
|  | 	want = 'qdrt' | |||
|  | class label_index(aetools.NProperty): | |||
|  | 	"""label index - the label of the item """ | |||
|  | 	which = 'labi' | |||
|  | 	want = 'long' | |||
|  | class kind(aetools.NProperty): | |||
|  | 	"""kind - the kind of the item """ | |||
|  | 	which = 'kind' | |||
|  | 	want = 'itxt' | |||
|  | class description(aetools.NProperty): | |||
|  | 	"""description - a description of the item """ | |||
|  | 	which = 'dscr' | |||
|  | 	want = 'itxt' | |||
|  | # repeated property comment the comment of the item, displayed in the <20>Get Info<66> window | |||
|  | # repeated property size the logical size of the item | |||
|  | # repeated property physical_size the actual space used by the item on disk | |||
|  | # repeated property creation_date the date on which the item was created | |||
|  | # repeated property modification_date the date on which the item was last modified | |||
|  | # repeated property icon the icon bitmap of the item | |||
|  | class selected(aetools.NProperty): | |||
|  | 	"""selected - Is the item selected? """ | |||
|  | 	which = 'issl' | |||
|  | 	want = 'bool' | |||
|  | class content_space(aetools.NProperty): | |||
|  | 	"""content space - the window that would open if the item was opened """ | |||
|  | 	which = 'dwnd' | |||
|  | 	want = 'obj ' | |||
|  | class window(aetools.NProperty): | |||
|  | 	"""window - the window that would open if the item was opened """ | |||
|  | 	which = 'cwin' | |||
|  | 	want = 'obj ' | |||
|  | class information_window(aetools.NProperty): | |||
|  | 	"""information window - the information window for the item """ | |||
|  | 	which = 'iwnd' | |||
|  | 	want = 'obj ' | |||
|  | 
 | |||
|  | class process(aetools.ComponentItem): | |||
|  | 	"""process - A process running on this computer """ | |||
|  | 	want = 'prcs' | |||
|  | # repeated property properties property that allows getting and setting of multiple properties | |||
|  | # repeated property name the name of the process | |||
|  | # repeated property visible Is the process' layer visible? | |||
|  | # repeated property frontmost Is the process the frontmost process? | |||
|  | class file(aetools.NProperty): | |||
|  | 	"""file - the file from which the process was launched """ | |||
|  | 	which = 'file' | |||
|  | 	want = 'obj ' | |||
|  | class file_type(aetools.NProperty): | |||
|  | 	"""file type - the OSType of the file type of the process """ | |||
|  | 	which = 'asty' | |||
|  | 	want = 'type' | |||
|  | class creator_type(aetools.NProperty): | |||
|  | 	"""creator type - the OSType of the creator of the process (the signature) """ | |||
|  | 	which = 'fcrt' | |||
|  | 	want = 'type' | |||
|  | # repeated property scriptable Is the process high-level event aware (accepts open application, open document, print document, and quit)? | |||
|  | class remote_events(aetools.NProperty): | |||
|  | 	"""remote events - Does the process accept remote events? """ | |||
|  | 	which = 'revt' | |||
|  | 	want = 'bool' | |||
|  | # repeated property partition_size the size of the partition with which the process was launched | |||
|  | class partition_space_used(aetools.NProperty): | |||
|  | 	"""partition space used - the number of bytes currently used in the process' partition """ | |||
|  | 	which = 'pusd' | |||
|  | 	want = 'long' | |||
|  | 
 | |||
|  | class sharable_container(aetools.ComponentItem): | |||
|  | 	"""sharable container - A container that may be shared (disks and folders) """ | |||
|  | 	want = 'sctr' | |||
|  | # repeated property _3c_Inheritance_3e_ inherits some of its properties from the container class | |||
|  | class owner(aetools.NProperty): | |||
|  | 	"""owner - the user that owns the container (file sharing must be on to use this property) """ | |||
|  | 	which = 'sown' | |||
|  | 	want = 'itxt' | |||
|  | class group(aetools.NProperty): | |||
|  | 	"""group - the user or group that has special access to the container (file sharing must be on to use this property) """ | |||
|  | 	which = 'sgrp' | |||
|  | 	want = 'itxt' | |||
|  | class owner_privileges(aetools.NProperty): | |||
|  | 	"""owner privileges - the see folders/see files/make changes privileges for the owner (file sharing must be on to use this property) """ | |||
|  | 	which = 'ownr' | |||
|  | 	want = 'priv' | |||
|  | class group_privileges(aetools.NProperty): | |||
|  | 	"""group privileges - the see folders/see files/make changes privileges for the group (file sharing must be on to use this property) """ | |||
|  | 	which = 'gppr' | |||
|  | 	want = 'priv' | |||
|  | class guest_privileges(aetools.NProperty): | |||
|  | 	"""guest privileges - the see folders/see files/make changes privileges for everyone (file sharing must be on to use this property) """ | |||
|  | 	which = 'gstp' | |||
|  | 	want = 'priv' | |||
|  | class inherited_privileges(aetools.NProperty): | |||
|  | 	"""inherited privileges - Are the privileges of the container always the same as the container in which it is stored? (file sharing must be on to use this property) """ | |||
|  | 	which = 'iprv' | |||
|  | 	want = 'bool' | |||
|  | class mounted(aetools.NProperty): | |||
|  | 	"""mounted - Is the container mounted on another machine's desktop? (file sharing must be on to use this property) """ | |||
|  | 	which = 'smou' | |||
|  | 	want = 'bool' | |||
|  | class exported(aetools.NProperty): | |||
|  | 	"""exported - Is the container a share point or inside a share point, i.e., can the container be shared? (file sharing must be on to use this property) """ | |||
|  | 	which = 'sexp' | |||
|  | 	want = 'bool' | |||
|  | class shared(aetools.NProperty): | |||
|  | 	"""shared - Is the container a share point, i.e., is the container currently being shared? (file sharing must be on to use this property) """ | |||
|  | 	which = 'shar' | |||
|  | 	want = 'bool' | |||
|  | class protected(aetools.NProperty): | |||
|  | 	"""protected - Is the container protected from being moved, renamed and deleted? (file sharing must be on to use this property) """ | |||
|  | 	which = 'spro' | |||
|  | 	want = 'bool' | |||
|  | 
 | |||
|  | class trash_2d_object(aetools.ComponentItem): | |||
|  | 	"""trash-object - Trash-object is the class of the <20>trash<73> object """ | |||
|  | 	want = 'ctrs' | |||
|  | # repeated property _3c_Inheritance_3e_ inherits some of its properties from the container class | |||
|  | # repeated property warn_before_emptying Display a dialog when emptying the trash? | |||
|  | 
 | |||
|  | class preferences(aetools.ComponentItem): | |||
|  | 	"""preferences - The Finder Preferences """ | |||
|  | 	want = 'cprf' | |||
|  | # repeated property window the window that would open if Finder preferences was opened | |||
|  | # repeated property calculate_folder_sizes Are folder sizes calculated and displayed in Finder list view windows? | |||
|  | class delay_before_springing(aetools.NProperty): | |||
|  | 	"""delay before springing - the delay before springing open a container in ticks (1/60th of a second) (12 is shortest delay, 60 is longest delay) """ | |||
|  | 	which = 'dela' | |||
|  | 	want = 'shor' | |||
|  | # repeated property show_comments Are comments displayed in default Finder list view windows? | |||
|  | # repeated property show_creation_date Are creation dates displayed in default Finder list view windows? | |||
|  | # repeated property show_kind Are document kinds displayed in default Finder list view windows? | |||
|  | # repeated property show_label Are labels displayed in default Finder list view windows? | |||
|  | # repeated property show_modification_date Are modification dates displayed in default Finder list view windows? | |||
|  | # repeated property show_size Are file sizes displayed in default Finder list view windows? | |||
|  | # repeated property show_version Are file versions displayed in default Finder list view windows? | |||
|  | class spring_open_folders(aetools.NProperty): | |||
|  | 	"""spring open folders - Spring open folders after the specified delay? """ | |||
|  | 	which = 'sprg' | |||
|  | 	want = 'bool' | |||
|  | # repeated property use_relative_dates Are relative dates (e.g., today, yesterday) shown  in Finder list view windows? | |||
|  | class use_simple_menus(aetools.NProperty): | |||
|  | 	"""use simple menus - Use simplified Finder menus? """ | |||
|  | 	which = 'usme' | |||
|  | 	want = 'bool' | |||
|  | class use_wide_grid(aetools.NProperty): | |||
|  | 	"""use wide grid - Space icons on a wide grid? """ | |||
|  | 	which = 'uswg' | |||
|  | 	want = 'bool' | |||
|  | 
 | |||
|  | class window(aetools.ComponentItem): | |||
|  | 	"""window - A window """ | |||
|  | 	want = 'cwin' | |||
|  | # repeated property properties property that allows getting and setting of multiple properties | |||
|  | # repeated property position the upper left position of the window | |||
|  | # repeated property bounds the boundary rectangle for the window | |||
|  | class titled(aetools.NProperty): | |||
|  | 	"""titled - Does the window have a title bar? """ | |||
|  | 	which = 'ptit' | |||
|  | 	want = 'bool' | |||
|  | # repeated property name the name of the window | |||
|  | # repeated property index the number of the window in the front-to-back layer ordering | |||
|  | class closeable(aetools.NProperty): | |||
|  | 	"""closeable - Does the window have a close box? """ | |||
|  | 	which = 'hclb' | |||
|  | 	want = 'bool' | |||
|  | class floating(aetools.NProperty): | |||
|  | 	"""floating - Does the window have a title bar? """ | |||
|  | 	which = 'isfl' | |||
|  | 	want = 'bool' | |||
|  | class modal(aetools.NProperty): | |||
|  | 	"""modal - Is the window modal? """ | |||
|  | 	which = 'pmod' | |||
|  | 	want = 'bool' | |||
|  | # repeated property resizable Is the window resizable? | |||
|  | class zoomable(aetools.NProperty): | |||
|  | 	"""zoomable - Is the window zoomable? """ | |||
|  | 	which = 'iszm' | |||
|  | 	want = 'bool' | |||
|  | class zoomed(aetools.NProperty): | |||
|  | 	"""zoomed - Is the window zoomed? """ | |||
|  | 	which = 'pzum' | |||
|  | 	want = 'bool' | |||
|  | class zoomed_full_size(aetools.NProperty): | |||
|  | 	"""zoomed full size - Is the window zoomed to the full size of the screen? (can only be set, not read, and only applies to open non-pop-up windows) """ | |||
|  | 	which = 'zumf' | |||
|  | 	want = 'bool' | |||
|  | # repeated property visible Is the window visible (always true for open Finder windows)? | |||
|  | class popup(aetools.NProperty): | |||
|  | 	"""popup - Is the window is a pop-up window? (only applies to open container windows in the Finder and can only be set when the Finder is the front application) """ | |||
|  | 	which = 'drwr' | |||
|  | 	want = 'bool' | |||
|  | class pulled_open(aetools.NProperty): | |||
|  | 	"""pulled open - Is the window pulled open (only applies to pop-up windows and can only be set when the Finder is the front application)? """ | |||
|  | 	which = 'pull' | |||
|  | 	want = 'bool' | |||
|  | class collapsed(aetools.NProperty): | |||
|  | 	"""collapsed - Is the window collapsed (only applies to open non-pop-up windows)? """ | |||
|  | 	which = 'wshd' | |||
|  | 	want = 'bool' | |||
|  | application._propdict = { | |||
|  | 	'properties' : properties, | |||
|  | 	'clipboard' : clipboard, | |||
|  | 	'largest_free_block' : largest_free_block, | |||
|  | 	'name' : name, | |||
|  | 	'visible' : visible, | |||
|  | 	'frontmost' : frontmost, | |||
|  | 	'selection' : selection, | |||
|  | 	'insertion_location' : insertion_location, | |||
|  | 	'file_sharing' : file_sharing, | |||
|  | 	'sharing_starting_up' : sharing_starting_up, | |||
|  | 	'product_version' : product_version, | |||
|  | 	'version' : version, | |||
|  | 	'about_this_computer' : about_this_computer, | |||
|  | 	'desktop' : desktop, | |||
|  | 	'Finder_preferences' : Finder_preferences, | |||
|  | } | |||
|  | application._elemdict = { | |||
|  | } | |||
|  | application_file._propdict = { | |||
|  | 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, | |||
|  | 	'minimum_partition_size' : minimum_partition_size, | |||
|  | 	'partition_size' : partition_size, | |||
|  | 	'suggested_partition_size' : suggested_partition_size, | |||
|  | 	'scriptable' : scriptable, | |||
|  | } | |||
|  | application_file._elemdict = { | |||
|  | } | |||
|  | container_window._propdict = { | |||
|  | 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, | |||
|  | 	'container' : container, | |||
|  | 	'item' : item, | |||
|  | 	'has_custom_view_settings' : has_custom_view_settings, | |||
|  | 	'view' : view, | |||
|  | 	'previous_list_view' : previous_list_view, | |||
|  | 	'button_view_arrangement' : button_view_arrangement, | |||
|  | 	'spatial_view_arrangement' : spatial_view_arrangement, | |||
|  | 	'sort_direction' : sort_direction, | |||
|  | 	'calculate_folder_sizes' : calculate_folder_sizes, | |||
|  | 	'show_comments' : show_comments, | |||
|  | 	'show_creation_date' : show_creation_date, | |||
|  | 	'show_kind' : show_kind, | |||
|  | 	'show_label' : show_label, | |||
|  | 	'show_modification_date' : show_modification_date, | |||
|  | 	'show_size' : show_size, | |||
|  | 	'show_version' : show_version, | |||
|  | 	'use_relative_dates' : use_relative_dates, | |||
|  | } | |||
|  | container_window._elemdict = { | |||
|  | } | |||
|  | accessory_process._propdict = { | |||
|  | } | |||
|  | accessory_process._elemdict = { | |||
|  | } | |||
|  | accessory_suitcase._propdict = { | |||
|  | } | |||
|  | accessory_suitcase._elemdict = { | |||
|  | } | |||
|  | internet_location._propdict = { | |||
|  | } | |||
|  | internet_location._elemdict = { | |||
|  | } | |||
|  | information_window._propdict = { | |||
|  | 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, | |||
|  | 	'item' : item, | |||
|  | 	'comment' : comment, | |||
|  | 	'size' : size, | |||
|  | 	'physical_size' : physical_size, | |||
|  | 	'creation_date' : creation_date, | |||
|  | 	'modification_date' : modification_date, | |||
|  | 	'suggested_partition_size' : suggested_partition_size, | |||
|  | 	'minimum_partition_size' : minimum_partition_size, | |||
|  | 	'partition_size' : partition_size, | |||
|  | 	'icon' : icon, | |||
|  | 	'locked' : locked, | |||
|  | 	'stationery' : stationery, | |||
|  | 	'warn_before_emptying' : warn_before_emptying, | |||
|  | 	'product_version' : product_version, | |||
|  | 	'version' : version, | |||
|  | } | |||
|  | information_window._elemdict = { | |||
|  | } | |||
|  | item._propdict = { | |||
|  | 	'properties' : properties, | |||
|  | 	'name' : name, | |||
|  | 	'index' : index, | |||
|  | 	'id' : id, | |||
|  | 	'container' : container, | |||
|  | 	'disk' : disk, | |||
|  | 	'folder' : folder, | |||
|  | 	'position' : position, | |||
|  | 	'bounds' : bounds, | |||
|  | 	'label_index' : label_index, | |||
|  | 	'kind' : kind, | |||
|  | 	'description' : description, | |||
|  | 	'comment' : comment, | |||
|  | 	'size' : size, | |||
|  | 	'physical_size' : physical_size, | |||
|  | 	'creation_date' : creation_date, | |||
|  | 	'modification_date' : modification_date, | |||
|  | 	'icon' : icon, | |||
|  | 	'selected' : selected, | |||
|  | 	'content_space' : content_space, | |||
|  | 	'window' : window, | |||
|  | 	'information_window' : information_window, | |||
|  | } | |||
|  | item._elemdict = { | |||
|  | } | |||
|  | process._propdict = { | |||
|  | 	'properties' : properties, | |||
|  | 	'name' : name, | |||
|  | 	'visible' : visible, | |||
|  | 	'frontmost' : frontmost, | |||
|  | 	'file' : file, | |||
|  | 	'file_type' : file_type, | |||
|  | 	'creator_type' : creator_type, | |||
|  | 	'scriptable' : scriptable, | |||
|  | 	'remote_events' : remote_events, | |||
|  | 	'partition_size' : partition_size, | |||
|  | 	'partition_space_used' : partition_space_used, | |||
|  | } | |||
|  | process._elemdict = { | |||
|  | } | |||
|  | sharable_container._propdict = { | |||
|  | 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, | |||
|  | 	'owner' : owner, | |||
|  | 	'group' : group, | |||
|  | 	'owner_privileges' : owner_privileges, | |||
|  | 	'group_privileges' : group_privileges, | |||
|  | 	'guest_privileges' : guest_privileges, | |||
|  | 	'inherited_privileges' : inherited_privileges, | |||
|  | 	'mounted' : mounted, | |||
|  | 	'exported' : exported, | |||
|  | 	'shared' : shared, | |||
|  | 	'protected' : protected, | |||
|  | } | |||
|  | sharable_container._elemdict = { | |||
|  | } | |||
|  | trash_2d_object._propdict = { | |||
|  | 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_, | |||
|  | 	'warn_before_emptying' : warn_before_emptying, | |||
|  | } | |||
|  | trash_2d_object._elemdict = { | |||
|  | } | |||
|  | preferences._propdict = { | |||
|  | 	'window' : window, | |||
|  | 	'calculate_folder_sizes' : calculate_folder_sizes, | |||
|  | 	'delay_before_springing' : delay_before_springing, | |||
|  | 	'show_comments' : show_comments, | |||
|  | 	'show_creation_date' : show_creation_date, | |||
|  | 	'show_kind' : show_kind, | |||
|  | 	'show_label' : show_label, | |||
|  | 	'show_modification_date' : show_modification_date, | |||
|  | 	'show_size' : show_size, | |||
|  | 	'show_version' : show_version, | |||
|  | 	'spring_open_folders' : spring_open_folders, | |||
|  | 	'use_relative_dates' : use_relative_dates, | |||
|  | 	'use_simple_menus' : use_simple_menus, | |||
|  | 	'use_wide_grid' : use_wide_grid, | |||
|  | } | |||
|  | preferences._elemdict = { | |||
|  | } | |||
|  | window._propdict = { | |||
|  | 	'properties' : properties, | |||
|  | 	'position' : position, | |||
|  | 	'bounds' : bounds, | |||
|  | 	'titled' : titled, | |||
|  | 	'name' : name, | |||
|  | 	'index' : index, | |||
|  | 	'closeable' : closeable, | |||
|  | 	'floating' : floating, | |||
|  | 	'modal' : modal, | |||
|  | 	'resizable' : resizable, | |||
|  | 	'zoomable' : zoomable, | |||
|  | 	'zoomed' : zoomed, | |||
|  | 	'zoomed_full_size' : zoomed_full_size, | |||
|  | 	'visible' : visible, | |||
|  | 	'popup' : popup, | |||
|  | 	'pulled_open' : pulled_open, | |||
|  | 	'collapsed' : collapsed, | |||
|  | } | |||
|  | window._elemdict = { | |||
|  | } | |||
|  | 
 | |||
|  | # | |||
|  | # Indices of types declared in this module | |||
|  | # | |||
|  | _classdeclarations = { | |||
|  | 	'iwnd' : information_window, | |||
|  | 	'cwnd' : container_window, | |||
|  | 	'inlf' : internet_location, | |||
|  | 	'appf' : application_file, | |||
|  | 	'prcs' : process, | |||
|  | 	'cobj' : item, | |||
|  | 	'cwin' : window, | |||
|  | 	'pcda' : accessory_process, | |||
|  | 	'ctrs' : trash_2d_object, | |||
|  | 	'capp' : application, | |||
|  | 	'cprf' : preferences, | |||
|  | 	'sctr' : sharable_container, | |||
|  | 	'dsut' : accessory_suitcase, | |||
|  | } | |||
|  | 
 | |||
|  | _propdeclarations = { | |||
|  | 	'pidx' : index, | |||
|  | 	'scda' : show_creation_date, | |||
|  | 	'qpro' : properties, | |||
|  | 	'fshr' : file_sharing, | |||
|  | 	'pvew' : view, | |||
|  | 	'pusd' : partition_space_used, | |||
|  | 	'aslk' : locked, | |||
|  | 	'sdat' : show_modification_date, | |||
|  | 	'issl' : selected, | |||
|  | 	'pvis' : visible, | |||
|  | 	'slbl' : show_label, | |||
|  | 	'wshd' : collapsed, | |||
|  | 	'cdis' : disk, | |||
|  | 	'usme' : use_simple_menus, | |||
|  | 	'sord' : sort_direction, | |||
|  | 	'sexp' : exported, | |||
|  | 	'comt' : comment, | |||
|  | 	'dscr' : description, | |||
|  | 	'svew' : previous_list_view, | |||
|  | 	'svrs' : show_version, | |||
|  | 	'sknd' : show_kind, | |||
|  | 	'phys' : physical_size, | |||
|  | 	'iarr' : spatial_view_arrangement, | |||
|  | 	'smou' : mounted, | |||
|  | 	'posn' : position, | |||
|  | 	'cobj' : item, | |||
|  | 	'revt' : remote_events, | |||
|  | 	'asmo' : modification_date, | |||
|  | 	'ssiz' : show_size, | |||
|  | 	'pnam' : name, | |||
|  | 	'mprt' : minimum_partition_size, | |||
|  | 	'cwin' : window, | |||
|  | 	'pcli' : clipboard, | |||
|  | 	'spro' : protected, | |||
|  | 	'sprt' : suggested_partition_size, | |||
|  | 	'pisf' : frontmost, | |||
|  | 	'sele' : selection, | |||
|  | 	'pmod' : modal, | |||
|  | 	'fcrt' : creator_type, | |||
|  | 	'shar' : shared, | |||
|  | 	'dwnd' : content_space, | |||
|  | 	'zumf' : zoomed_full_size, | |||
|  | 	'sfsz' : calculate_folder_sizes, | |||
|  | 	'ID  ' : id, | |||
|  | 	'c@#^' : _3c_Inheritance_3e_, | |||
|  | 	'pspd' : stationery, | |||
|  | 	'iprv' : inherited_privileges, | |||
|  | 	'pfrp' : Finder_preferences, | |||
|  | 	'barr' : button_view_arrangement, | |||
|  | 	'ownr' : owner_privileges, | |||
|  | 	'drwr' : popup, | |||
|  | 	'sgrp' : group, | |||
|  | 	'ptsz' : size, | |||
|  | 	'kind' : kind, | |||
|  | 	'pull' : pulled_open, | |||
|  | 	'abbx' : about_this_computer, | |||
|  | 	'ctnr' : container, | |||
|  | 	'ascd' : creation_date, | |||
|  | 	'desk' : desktop, | |||
|  | 	'warn' : warn_before_emptying, | |||
|  | 	'iszm' : zoomable, | |||
|  | 	'isab' : scriptable, | |||
|  | 	'gstp' : guest_privileges, | |||
|  | 	'vers' : version, | |||
|  | 	'dela' : delay_before_springing, | |||
|  | 	'ptit' : titled, | |||
|  | 	'uswg' : use_wide_grid, | |||
|  | 	'cuss' : has_custom_view_settings, | |||
|  | 	'labi' : label_index, | |||
|  | 	'iwnd' : information_window, | |||
|  | 	'file' : file, | |||
|  | 	'asty' : file_type, | |||
|  | 	'appt' : partition_size, | |||
|  | 	'scom' : show_comments, | |||
|  | 	'pins' : insertion_location, | |||
|  | 	'pbnd' : bounds, | |||
|  | 	'urdt' : use_relative_dates, | |||
|  | 	'fsup' : sharing_starting_up, | |||
|  | 	'sown' : owner, | |||
|  | 	'isfl' : floating, | |||
|  | 	'hclb' : closeable, | |||
|  | 	'iimg' : icon, | |||
|  | 	'gppr' : group_privileges, | |||
|  | 	'asdr' : folder, | |||
|  | 	'sprg' : spring_open_folders, | |||
|  | 	'pzum' : zoomed, | |||
|  | 	'ver2' : product_version, | |||
|  | 	'mfre' : largest_free_block, | |||
|  | } | |||
|  | 
 | |||
|  | _compdeclarations = { | |||
|  | } | |||
|  | 
 | |||
|  | _enumdeclarations = { | |||
|  | } |