diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-29 00:13:17 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-29 00:13:17 (GMT) |
commit | 694570efcfce29878b5984a1861772791a1a3602 (patch) | |
tree | df80eab44ef579465d10a85c6bcc26cf08378528 /Lib/plat-mac/lib-scriptpackages/Finder/Files_and_suitcases.py | |
parent | 0fc192a9cde0482ed5f56ea37ecda218740fe41f (diff) | |
download | cpython-694570efcfce29878b5984a1861772791a1a3602.zip cpython-694570efcfce29878b5984a1861772791a1a3602.tar.gz cpython-694570efcfce29878b5984a1861772791a1a3602.tar.bz2 |
Regenerated with the new way to get terminology (through AppleEvents),
which sometimes seems to result in different terminology. It does
seem to be mostly compatible, though.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/Finder/Files_and_suitcases.py')
-rw-r--r-- | Lib/plat-mac/lib-scriptpackages/Finder/Files_and_suitcases.py | 296 |
1 files changed, 0 insertions, 296 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/Finder/Files_and_suitcases.py b/Lib/plat-mac/lib-scriptpackages/Finder/Files_and_suitcases.py deleted file mode 100644 index 6978d3e..0000000 --- a/Lib/plat-mac/lib-scriptpackages/Finder/Files_and_suitcases.py +++ /dev/null @@ -1,296 +0,0 @@ -"""Suite Files and suitcases: Classes representing files and suitcases -Level 1, version 1 - -Generated from /Volumes/Moes/Systeemmap/Finder -AETE/AEUT resource version 0/144, language 0, script 0 -""" - -import aetools -import MacOS - -_code = 'fndr' - -class Files_and_suitcases_Events: - - pass - - -class alias_file(aetools.ComponentItem): - """alias file - An alias file (created with \xd2Make Alias\xd3) """ - want = 'alia' -class _3c_Inheritance_3e_(aetools.NProperty): - """<Inheritance> - inherits some of its properties from the file class """ - which = 'c@#^' - want = 'file' -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_file(aetools.ComponentItem): - """application file - An application's file on disk """ - want = 'appf' -class accepts_high_level_events(aetools.NProperty): - """accepts high level events - Is the application high-level event aware? """ - which = 'isab' - want = 'bool' -class has_scripting_terminology(aetools.NProperty): - """has scripting terminology - Does the process have a scripting terminology, i.e., can it be scripted? """ - which = 'hscr' - want = 'bool' -class minimum_size(aetools.NProperty): - """minimum size - the smallest memory size with which the application can be launched """ - which = 'mprt' - want = 'long' -class preferred_size(aetools.NProperty): - """preferred size - the memory size with which the application will be launched """ - which = 'appt' - want = 'long' -class suggested_size(aetools.NProperty): - """suggested size - the memory size with which the developer recommends the application be launched """ - which = 'sprt' - want = 'long' - -application_files = application_file - -class clipping(aetools.ComponentItem): - """clipping - A clipping """ - want = 'clpf' - -clippings = clipping - -class desk_accessory_file(aetools.ComponentItem): - """desk accessory file - A desk accessory file """ - want = 'dafi' - -desk_accessory_files = desk_accessory_file - -class desk_accessory_suitcase(aetools.ComponentItem): - """desk accessory suitcase - A desk accessory suitcase """ - want = 'dsut' -# element 'cobj' as ['indx', 'name'] - -desk_accessory_suitcases = desk_accessory_suitcase - -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 = 'asty' - want = 'type' -class locked(aetools.NProperty): - """locked - Is the file locked? """ - which = 'aslk' - want = 'bool' -class product_version(aetools.NProperty): - """product version - the version of the product (visible at the top of the \xd2Get Info\xd3 window) """ - which = 'ver2' - want = 'itxt' -class stationery(aetools.NProperty): - """stationery - Is the file a stationery pad? """ - which = 'pspd' - want = 'bool' -class version(aetools.NProperty): - """version - the version of the file (visible at the bottom of the \xd2Get Info\xd3 window) """ - which = 'vers' - want = 'itxt' - -files = file - -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 internet_location_file(aetools.ComponentItem): - """internet location file - An file containing an internet location """ - want = 'inlf' -class location(aetools.NProperty): - """location - the internet location """ - which = 'iloc' - want = 'itxt' - -internet_location_files = internet_location_file - -class package(aetools.ComponentItem): - """package - A package """ - want = 'pack' - -packages = package - -class sound_file(aetools.ComponentItem): - """sound file - A sound file """ - want = 'sndf' -class sound(aetools.NProperty): - """sound - the sound data """ - which = 'snd ' - want = 'snd ' - -sound_files = sound_file - -class suitcase(aetools.ComponentItem): - """suitcase - A font or desk accessory suitcase """ - want = 'stcs' -# element 'cobj' as ['indx', 'name'] - -suitcases = suitcase -alias_file._superclassnames = ['file'] -alias_file._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, - 'original_item' : original_item, -} -alias_file._privelemdict = { -} -application_file._superclassnames = ['file'] -application_file._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, - 'accepts_high_level_events' : accepts_high_level_events, - 'has_scripting_terminology' : has_scripting_terminology, - 'minimum_size' : minimum_size, - 'preferred_size' : preferred_size, - 'suggested_size' : suggested_size, -} -application_file._privelemdict = { -} -clipping._superclassnames = ['file'] -clipping._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, -} -clipping._privelemdict = { -} -desk_accessory_file._superclassnames = ['file'] -desk_accessory_file._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, -} -desk_accessory_file._privelemdict = { -} -desk_accessory_suitcase._superclassnames = ['suitcase'] -import Earlier_terms -desk_accessory_suitcase._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, -} -desk_accessory_suitcase._privelemdict = { - 'item' : Earlier_terms.item, -} -document_file._superclassnames = ['file'] -document_file._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, -} -document_file._privelemdict = { -} -file._superclassnames = ['item'] -file._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, - 'creator_type' : creator_type, - 'file_type' : file_type, - 'locked' : locked, - 'product_version' : product_version, - 'stationery' : stationery, - 'version' : version, -} -file._privelemdict = { -} -font_file._superclassnames = ['file'] -font_file._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, -} -font_file._privelemdict = { -} -font_suitcase._superclassnames = ['suitcase'] -font_suitcase._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, -} -font_suitcase._privelemdict = { - 'item' : Earlier_terms.item, -} -internet_location_file._superclassnames = ['file'] -internet_location_file._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, - 'location' : location, -} -internet_location_file._privelemdict = { -} -package._superclassnames = ['item'] -package._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, -} -package._privelemdict = { -} -sound_file._superclassnames = ['file'] -sound_file._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, - 'sound' : sound, -} -sound_file._privelemdict = { -} -suitcase._superclassnames = ['file'] -suitcase._privpropdict = { - '_3c_Inheritance_3e_' : _3c_Inheritance_3e_, -} -suitcase._privelemdict = { - 'item' : Earlier_terms.item, -} - -# -# Indices of types declared in this module -# -_classdeclarations = { - 'alia' : alias_file, - 'appf' : application_file, - 'clpf' : clipping, - 'dafi' : desk_accessory_file, - 'docf' : document_file, - 'dsut' : desk_accessory_suitcase, - 'file' : file, - 'fntf' : font_file, - 'fsut' : font_suitcase, - 'inlf' : internet_location_file, - 'pack' : package, - 'sndf' : sound_file, - 'stcs' : suitcase, -} - -_propdeclarations = { - 'appt' : preferred_size, - 'aslk' : locked, - 'asty' : file_type, - 'c@#^' : _3c_Inheritance_3e_, - 'fcrt' : creator_type, - 'hscr' : has_scripting_terminology, - 'iloc' : location, - 'isab' : accepts_high_level_events, - 'mprt' : minimum_size, - 'orig' : original_item, - 'pspd' : stationery, - 'snd ' : sound, - 'sprt' : suggested_size, - 'ver2' : product_version, - 'vers' : version, -} - -_compdeclarations = { -} - -_enumdeclarations = { -} |