"""accessory process - A process launched from a desk accessory file"""
want = 'pcda'
class desk_accessory_file(aetools.NProperty):
"""desk accessory file - the desk accessory file from which this process was launched"""
which = 'dafi'
want = 'obj '
accessory_processes = accessory_process
class accessory_suitcase(aetools.ComponentItem):
"""accessory suitcase - A desk accessory suitcase"""
want = 'dsut'
# element 'cobj' as ['indx', 'name']
accessory_suitcases = accessory_suitcase
class alias_file(aetools.ComponentItem):
"""alias file - An alias file (created with “Make Alias”)"""
want = 'alia'
class original_item(aetools.NProperty):
"""original item - the original item pointed to by the alias"""
which = 'orig'
want = 'obj '
alias_files = alias_file
class application(aetools.ComponentItem):
"""application - An application program"""
want = 'capp'
class about_this_macintosh(aetools.NProperty):
"""about this macintosh - the “About this Macintosh” dialog, and the list of running processes displayed in it"""
which = 'abbx'
want = 'obj '
class apple_menu_items_folder(aetools.NProperty):
"""apple menu items folder - the special folder “Apple Menu Items,” the contents of which appear in the Apple menu"""
which = 'amnu'
want = 'obj '
class clipboard(aetools.NProperty):
"""clipboard - the Finder's clipboard window"""
which = 'pcli'
want = 'obj '
class control_panels_folder(aetools.NProperty):
"""control panels folder - the special folder “Control Panels”"""
which = 'ctrl'
want = 'obj '
class desktop(aetools.NProperty):
"""desktop - the desktop"""
which = 'desk'
want = 'obj '
class extensions_folder(aetools.NProperty):
"""extensions folder - the special folder “Extensions”"""
which = 'extn'
want = 'obj '
class file_sharing(aetools.NProperty):
"""file sharing - Is file sharing on?"""
which = 'fshr'
want = 'bool'
class fonts_folder(aetools.NProperty):
"""fonts folder - the special folder “Fonts”"""
which = 'ffnt'
want = 'obj '
class frontmost(aetools.NProperty):
"""frontmost - Is this the frontmost application?"""
which = 'pisf'
want = 'bool'
class insertion_location(aetools.NProperty):
"""insertion location - the container that a new folder would appear in if “New Folder” was selected"""
which = 'pins'
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 preferences_folder(aetools.NProperty):
"""preferences folder - the special folder “Preferences”"""
which = 'pref'
want = 'obj '
class product_version(aetools.NProperty):
"""product version - the version of the System software running on this Macintosh"""
which = 'ver2'
want = 'itxt'
class selection(aetools.NProperty):
"""selection - the selection visible to the user"""
which = 'sele'
want = 'obj '
class sharing_starting_up(aetools.NProperty):
"""sharing starting up - Is File sharing in the process of starting up (still off, but soon to be on)?"""
which = 'fsup'
want = 'bool'
class shortcuts(aetools.NProperty):
"""shortcuts - the “Finder Shortcuts” item in the Finder's help menu"""
which = 'scut'
want = 'obj '
class shutdown_items_folder(aetools.NProperty):
"""shutdown items folder - the special folder “Shutdown Items”"""
which = 'shdf'
want = 'obj '
class startup_items_folder(aetools.NProperty):
"""startup items folder - the special folder “Startup Items”"""
which = 'strt'
want = 'obj '
class system_folder(aetools.NProperty):
"""system folder - the System folder"""
which = 'macs'
want = 'obj '
class temporary_items_folder(aetools.NProperty):
"""temporary items folder - the special folder “Temporary Items” (invisible)"""
which = 'temp'
want = 'obj '
class version(aetools.NProperty):
"""version - the version of the Finder Scripting Extension"""
which = 'vers'
want = 'itxt'
class view_preferences(aetools.NProperty):
"""view preferences - the view preferences control panel"""
which = 'pvwp'
want = 'obj '
class visible(aetools.NProperty):
"""visible - Is the Finder's layer visible?"""
which = 'pvis'
want = 'bool'
# element 'dsut' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name', 'ID ']
# element 'ctnr' as ['indx', 'name']
# element 'cwnd' as ['indx', 'name']
# element 'dwnd' as ['indx', 'name']
# element 'ccdv' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'cdsk' as ['indx', 'name']
# element 'cdis' as ['indx', 'name', 'ID ']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'cfol' as ['indx', 'name', 'ID ']
# element 'fntf' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'iwnd' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'swnd' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
# element 'ctrs' as ['indx', 'name']
# element 'cwin' as ['indx', 'name']
class application_file(aetools.ComponentItem):
"""application file - An application's file on disk"""
want = 'appf'
class minimum_partition_size(aetools.NProperty):
"""minimum partition size - the smallest memory size that the application can possibly be launched with"""
which = 'mprt'
want = 'long'
class partition_size(aetools.NProperty):
"""partition size - the memory size that the application will be launched with"""
which = 'appt'
want = 'long'
class scriptable(aetools.NProperty):
"""scriptable - Is this application high-level event aware (accepts open application, open document, print document, and quit)?"""
which = 'isab'
want = 'bool'
class suggested_partition_size(aetools.NProperty):
"""suggested partition size - the memory size that the developer recommends that the application should be launched with"""
which = 'sprt'
want = 'long'
application_files = application_file
class application_process(aetools.ComponentItem):
"""application process - A process launched from an application file"""
want = 'pcap'
class application_file(aetools.NProperty):
"""application file - the application file from which this process was launched"""
which = 'appf'
want = 'appf'
application_processes = application_process
class container(aetools.ComponentItem):
"""container - An item that contains other items"""
want = 'ctnr'
class completely_expanded(aetools.NProperty):
"""completely expanded - Is the container and all of its children open in outline view?"""
which = 'pexc'
want = 'bool'
class container_window(aetools.NProperty):
"""container window - the main window for the container"""
which = 'cwnd'
want = 'obj '
class entire_contents(aetools.NProperty):
"""entire contents - the entire contents of the container, including the contents of its children"""
which = 'ects'
want = 'obj '
class expandable(aetools.NProperty):
"""expandable - Is the container capable of being expanded into outline view?"""
which = 'pexa'
want = 'bool'
class expanded(aetools.NProperty):
"""expanded - Is the container open in outline view?"""
which = 'pexp'
want = 'bool'
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)"""
which = 'svew'
want = 'long'
# repeated property selection the selection visible to the user
class view(aetools.NProperty):
"""view - the view selected for the container (by icon, by name, by date, etc.)"""
which = 'pvew'
want = 'long'
# element 'dsut' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'ccdv' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'cfol' as ['indx', 'name']
# element 'fntf' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
containers = container
class container_window(aetools.ComponentItem):
"""container window - A window that contains items"""
want = 'cwnd'
class container(aetools.NProperty):
"""container - the container this window is opened from"""
which = 'ctnr'
want = 'obj '
class disk(aetools.NProperty):
"""disk - the disk on which the item this window was opened from is stored"""
which = 'cdis'
want = 'obj '
class folder(aetools.NProperty):
"""folder - the folder this window is opened from"""
which = 'cfol'
want = 'obj '
class item(aetools.NProperty):
"""item - the item this window is opened from"""
which = 'cobj'
want = 'obj '
# repeated property previous_list_view the last non-icon view (by name, by date, etc.) selected for the window (forgotten as soon as the window is closed)
# repeated property selection the selection visible to the user
# repeated property view the view selected for the window (by icon, by name, by date, etc.)
# element 'dsut' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'ccdv' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'cfol' as ['indx', 'name']
# element 'fntf' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
container_windows = container_window
class content_space(aetools.ComponentItem):
"""content space - All windows, including the desktop window (“Window” does not include the desktop window)"""
want = 'dwnd'
content_spaces = content_space
class control_panel(aetools.ComponentItem):
"""control panel - A control panel"""
want = 'ccdv'
class calculate_folder_sizes(aetools.NProperty):
"""calculate folder sizes - (Views) Are folder sizes calculated and displayed in Finder list windows?"""
which = 'sfsz'
want = 'bool'
class comment_heading(aetools.NProperty):
"""comment heading - (Views) Are comments displayed in Finder list windows?"""
which = 'scom'
want = 'bool'
class date_heading(aetools.NProperty):
"""date heading - (Views) Are modification dates displayed in Finder list windows?"""
which = 'sdat'
want = 'bool'
class disk_information_heading(aetools.NProperty):
"""disk information heading - (Views) Is information about the volume displayed in Finder list windows?"""
which = 'sdin'
want = 'bool'
class icon_size(aetools.NProperty):
"""icon size - (Views) the size of icons displayed in Finder list windows"""
which = 'lvis'
want = 'long'
class kind_heading(aetools.NProperty):
"""kind heading - (Views) Are document kinds displayed in Finder list windows?"""
which = 'sknd'
want = 'bool'
class label_heading(aetools.NProperty):
"""label heading - (Views) Are labels displayed in Finder list windows?"""
which = 'slbl'
want = 'bool'
class size_heading(aetools.NProperty):
"""size heading - (Views) Are file sizes displayed in Finder list windows"""
which = 'ssiz'
want = 'bool'
class snap_to_grid(aetools.NProperty):
"""snap to grid - (Views) Are items always snapped to the nearest grid point when they are moved?"""
which = 'fgrd'
want = 'bool'
class staggered_grid(aetools.NProperty):
"""staggered grid - (Views) Are grid lines staggered?"""
which = 'fstg'
want = 'bool'
class version_heading(aetools.NProperty):
"""version heading - (Views) Are file versions displayed in Finder list windows?"""
which = 'svrs'
want = 'bool'
class view_font(aetools.NProperty):
"""view font - (Views) the id of the font used in Finder views"""
which = 'vfnt'
want = 'long'
class view_font_size(aetools.NProperty):
"""view font size - (Views) the size of the font used in Finder views"""
which = 'vfsz'
want = 'long'
control_panels = control_panel
class desk_accessory_file(aetools.ComponentItem):
"""desk accessory file - A desk accessory file"""
want = 'dafi'
desk_accessory_files = desk_accessory_file
class desktop_2d_object(aetools.ComponentItem):
"""desktop-object - Desktop-object is the class of the “desktop” object"""
want = 'cdsk'
class startup_disk(aetools.NProperty):
"""startup disk - the startup disk"""
which = 'sdsk'
want = 'obj '
class trash(aetools.NProperty):
"""trash - the trash"""
which = 'trsh'
want = 'obj '
# element 'dsut' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'ccdv' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'cfol' as ['indx', 'name']
# element 'fntf' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
class disk(aetools.ComponentItem):
"""disk - A disk"""
want = 'cdis'
class capacity(aetools.NProperty):
"""capacity - the total number of bytes (free or used) on the disk"""
which = 'capa'
want = 'long'
class ejectable(aetools.NProperty):
"""ejectable - Can the media can be ejected (floppies, CD's, syquest)?"""
which = 'isej'
want = 'bool'
class free_space(aetools.NProperty):
"""free space - the number of free bytes left on the disk"""
which = 'frsp'
want = 'long'
class local_volume(aetools.NProperty):
"""local volume - Is the media is a local volume (rather than a file server)?"""
which = 'isrv'
want = 'bool'
class startup(aetools.NProperty):
"""startup - Is this disk the boot disk?"""
which = 'istd'
want = 'bool'
# element 'dsut' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'ccdv' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'cfol' as ['indx', 'ID ', 'name']
# element 'fntf' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
disks = disk
class document_file(aetools.ComponentItem):
"""document file - A document file"""
want = 'docf'
document_files = document_file
class file(aetools.ComponentItem):
"""file - A file"""
want = 'file'
class creator_type(aetools.NProperty):
"""creator type - the OSType identifying the application that created the item"""
which = 'fcrt'
want = 'type'
class file_type(aetools.NProperty):
"""file type - the OSType identifying the type of data contained in the item"""
which = 'fitp'
want = 'type'
class locked(aetools.NProperty):
"""locked - Is the file locked?"""
which = 'islk'
want = 'bool'
# repeated property product_version the version of the product (visible at the top of the “Get Info” dialog)
class stationery(aetools.NProperty):
"""stationery - Is the item a stationery pad?"""
which = 'pspd'
want = 'bool'
# repeated property version the version of the file (visible at the bottom of the “Get Info” dialog)
files = file
class folder(aetools.ComponentItem):
"""folder - A folder"""
want = 'cfol'
# element 'dsut' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'ccdv' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'cfol' as ['indx', 'name']
# element 'fntf' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
folders = folder
class font_file(aetools.ComponentItem):
"""font file - A font file"""
want = 'fntf'
font_files = font_file
class font_suitcase(aetools.ComponentItem):
"""font suitcase - A font suitcase"""
want = 'fsut'
# element 'cobj' as ['indx', 'name']
font_suitcases = font_suitcase
class group(aetools.ComponentItem):
"""group - A Group in the Users and Groups control panel"""
want = 'sgrp'
class bounds(aetools.NProperty):
"""bounds - the bounding rectangle of the group"""
which = 'pbnd'
want = 'qdrt'
class icon(aetools.NProperty):
"""icon - the icon bitmap of the group"""
which = 'iimg'
want = 'ifam'
class label_index(aetools.NProperty):
"""label index - the label of the group"""
which = 'labi'
want = 'long'
class name(aetools.NProperty):
"""name - the name of the group"""
which = 'pnam'
want = 'itxt'
class position(aetools.NProperty):
"""position - the position of the group within its parent window"""
which = 'posn'
want = 'QDpt'
groups = group
class information_window(aetools.ComponentItem):
"""information window - An information window (opened by “Get Info…”)"""
want = 'iwnd'
class comment(aetools.NProperty):
"""comment - the comment"""
which = 'comt'
want = 'itxt'
class creation_date(aetools.NProperty):
"""creation date - the date on which the item was created"""
which = 'crtd'
want = 'ldt '
# repeated property icon the icon bitmap of the item
# repeated property item the item this window was opened from
# repeated property locked Is the item locked?
# repeated property minimum_partition_size the smallest memory size that the application can possibly be launched with
class modification_date(aetools.NProperty):
"""modification date - the date on which the item was last modified"""
which = 'modd'
want = 'ldt '
# repeated property partition_size the memory size that the application will be launched with
class physical_size(aetools.NProperty):
"""physical size - the actual space used by the item on disk"""
which = 'phys'
want = 'long'
# repeated property product_version the version of the product (visible at the top of the “Get Info” dialog)
class size(aetools.NProperty):
"""size - the logical size of the item"""
which = 'ptsz'
want = 'long'
# repeated property stationery Is the item a stationery pad?
# repeated property suggested_partition_size the memory size that the developer recommends that the application should be launched with
# repeated property version the version of the file (visible at the bottom of the “Get Info” dialog)
class warn_before_emptying(aetools.NProperty):
"""warn before emptying - Is a dialog displayed when “Empty trash…” is selected?"""
which = 'warn'
want = 'bool'
information_windows = information_window
class item(aetools.ComponentItem):
"""item - An item"""
want = 'cobj'
# repeated property bounds the bounding rectangle of the item
# repeated property comment the comment displayed in the “Get Info” window of the item
# repeated property container the container of this item
class content_space(aetools.NProperty):
"""content space - the window that would open if the item was opened"""
which = 'dwnd'
want = 'dwnd'
# repeated property creation_date the date on which the item was created
# repeated property disk the disk on which the item is stored
# repeated property folder the folder in which the item is stored
# repeated property icon the icon bitmap of the item
class id(aetools.NProperty):
"""id - an id that identifies the item"""
which = 'ID '
want = 'long'
class information_window(aetools.NProperty):
"""information window - the information window for the item"""
which = 'iwnd'
want = 'obj '
class kind(aetools.NProperty):
"""kind - the kind of the item"""
which = 'kind'
want = 'itxt'
# repeated property label_index the label of the item
# repeated property modification_date the date on which the item was last modified
# repeated property name the name of the item
# repeated property physical_size the actual space used by the item on disk
# repeated property position the position of the item within its parent window
class selected(aetools.NProperty):
"""selected - Is the item selected?"""
which = 'issl'
want = 'bool'
# repeated property size the logical size of the item
class window(aetools.NProperty):
"""window - the window that would open if the item was opened"""
which = 'cwin'
want = 'cwin'
items = item
class process(aetools.ComponentItem):
"""process - A process running on this Macintosh"""
want = 'prcs'
# repeated property creator_type the creator type of this process
class file(aetools.NProperty):
"""file - the file that launched this process"""
which = 'file'
want = 'obj '
# repeated property file_type the file type of the file that launched this process
# repeated property frontmost Is this the frontmost application?
# repeated property name the name of the process
# repeated property partition_size the size of the partition that this application was launched with
class partition_space_used(aetools.NProperty):
"""partition space used - the number of bytes currently used in this partition"""
which = 'pusd'
want = 'long'
class remote_events(aetools.NProperty):
"""remote events - Will this process accepts remote events?"""
which = 'revt'
want = 'bool'
# repeated property scriptable Is this process high-level event aware (accepts open application, open document, print document, and quit)?
# repeated property visible Is this process' layer visible?
processes = process
class sharable_container(aetools.ComponentItem):
"""sharable container - A container that may be shared (disks and folders)"""
want = 'sctr'
class exported(aetools.NProperty):
"""exported - Is this folder a share point or inside a share point?"""
which = 'sexp'
want = 'bool'
class group(aetools.NProperty):
"""group - the user or group that has special access to the folder"""
which = 'sgrp'
want = 'itxt'
class group_privileges(aetools.NProperty):
"""group privileges - the see folders/see files/make changes privileges for the group"""
which = 'gppr'
want = 'priv'
class guest_privileges(aetools.NProperty):
"""guest privileges - the see folders/see files/make changes privileges for everyone"""
which = 'gstp'
want = 'priv'
class inherited_privileges(aetools.NProperty):
"""inherited privileges - Are the privileges of this item always the same as the container it is stored in?"""
which = 'iprv'
want = 'bool'
class mounted(aetools.NProperty):
"""mounted - Is this folder mounted on another machine's desktop?"""
which = 'smou'
want = 'bool'
class owner(aetools.NProperty):
"""owner - the user that owns this folder"""
which = 'sown'
want = 'itxt'
class owner_privileges(aetools.NProperty):
"""owner privileges - the see folders/see files/make changes privileges for the owner"""
which = 'ownr'
want = 'priv'
class protected(aetools.NProperty):
"""protected - Is container protected from being moved, renamed or deleted?"""
which = 'spro'
want = 'bool'
class shared(aetools.NProperty):
"""shared - Is container a share point?"""
which = 'shar'
want = 'bool'
class sharing_window(aetools.NProperty):
"""sharing window - the sharing window for the container"""
which = 'swnd'
want = 'obj '
# element 'dsut' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'ccdv' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'cfol' as ['indx', 'name']
# element 'fntf' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
sharable_containers = sharable_container
class sharing_privileges(aetools.ComponentItem):
"""sharing privileges - A set of sharing properties"""
want = 'priv'
class make_changes(aetools.NProperty):
"""make changes - privileges to make changes"""
which = 'prvw'
want = 'bool'
class see_files(aetools.NProperty):
"""see files - privileges to see files"""
which = 'prvr'
want = 'bool'
class see_folders(aetools.NProperty):
"""see folders - privileges to see folders"""
which = 'prvs'
want = 'bool'
class sharing_window(aetools.ComponentItem):
"""sharing window - A sharing window (opened by “Sharing…”)"""
want = 'swnd'
# repeated property container the container that this window was opened from
# repeated property exported Is this container a share point or inside a share point?
# repeated property folder the folder that this window was opened from
# repeated property group the user or group that has special access to the container
# repeated property group_privileges the see folders/see files/make changes privileges for the group
# repeated property guest_privileges the see folders/see files/make changes privileges for everyone
# repeated property inherited_privileges Are the privileges of this item always the same as the container it is stored in?
# repeated property item the item that this window was opened from
# repeated property mounted Is this container mounted on another machine's desktop?
# repeated property owner the user that owns the container
# repeated property owner_privileges the see folders/see files/make changes privileges for the owner
# repeated property protected Is container protected from being moved, renamed or deleted?
class sharable_container(aetools.NProperty):
"""sharable container - the sharable container that this window was opened from"""
which = 'sctr'
want = 'obj '
# repeated property shared Is container a share point?
sharing_windows = sharing_window
class sound_file(aetools.ComponentItem):
"""sound file - This class represents sound files"""
want = 'sndf'
sound_files = sound_file
class status_window(aetools.ComponentItem):
"""status window - These windows are progress dialogs (copy window, rebuild desktop database, empty trash)"""
want = 'qwnd'
status_windows = status_window
class suitcase(aetools.ComponentItem):
"""suitcase - A font or desk accessory suitcase"""
want = 'stcs'
# element 'cobj' as ['indx', 'name']
suitcases = suitcase
class trash_2d_object(aetools.ComponentItem):
"""trash-object - Trash-object is the class of the “trash” object"""
want = 'ctrs'
# repeated property warn_before_emptying Is a dialog displayed when “Empty trash…” is selected?
# element 'dsut' as ['indx', 'name']
# element 'alia' as ['indx', 'name']
# element 'appf' as ['indx', 'name']
# element 'ctnr' as ['indx', 'name']
# element 'ccdv' as ['indx', 'name']
# element 'dafi' as ['indx', 'name']
# element 'docf' as ['indx', 'name']
# element 'file' as ['indx', 'name']
# element 'cfol' as ['indx', 'name']
# element 'fntf' as ['indx', 'name']
# element 'fsut' as ['indx', 'name']
# element 'cobj' as ['indx', 'name']
# element 'sctr' as ['indx', 'name']
# element 'sndf' as ['indx', 'name']
# element 'stcs' as ['indx', 'name']
class user(aetools.ComponentItem):
"""user - A User in the Users and Groups control panel"""
want = 'cuse'
# repeated property bounds the bounding rectangle of the user
# repeated property icon the icon bitmap of the user
# repeated property label_index the label of the user
# repeated property name the name of the user
# repeated property position the position of the user within its parent window