py-cvs-rel2_1 (Rev 1.2) merge
[python/dscho.git] / Mac / Lib / lib-scriptpackages / Finder / Obsolete_terms.py
blob6dfd9c654fea45ae2dd29818761697dbb4a921b6
1 """Suite Obsolete terms: Terms that have been deprecated
2 Level 1, version 1
4 Generated from Macintosh HD:Systeemmap:Finder
5 AETE/AEUT resource version 0/144, language 0, script 0
6 """
8 import aetools
9 import MacOS
11 _code = 'tpnm'
13 from StdSuites.Type_Names_Suite import *
14 class Obsolete_terms_Events(Type_Names_Suite_Events):
16 pass
19 class application(aetools.ComponentItem):
20 """application - The Finder """
21 want = 'capp'
22 class view_preferences(aetools.NProperty):
23 """view preferences - backwards compatibility with Finder Scripting Extension. DEPRECATED -- not supported after Finder 8.0 """
24 which = 'pvwp'
25 want = 'obj '
27 class container(aetools.ComponentItem):
28 """container - An item that contains other items """
29 want = 'ctnr'
30 class container_window(aetools.NProperty):
31 """container window - the main window for the container """
32 which = 'cwnd'
33 want = 'obj '
35 class container_window(aetools.ComponentItem):
36 """container window - A window that contains items """
37 want = 'cwnd'
38 class folder_obsolete(aetools.NProperty):
39 """folder obsolete - the folder from which the window was opened (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release.) """
40 which = 'cfol'
41 want = 'obj '
43 class control_panel(aetools.ComponentItem):
44 """control panel - A control panel """
45 want = 'ccdv'
47 control_panels = control_panel
49 class file(aetools.ComponentItem):
50 """file - A file """
51 want = 'file'
52 class file_type_obsolete(aetools.NProperty):
53 """file type obsolete - the OSType identifying the type of data contained in the item (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
54 which = 'fitp'
55 want = 'type'
56 class locked_obsolete(aetools.NProperty):
57 """locked obsolete - Is the file locked? (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
58 which = 'islk'
59 want = 'bool'
61 class information_window(aetools.ComponentItem):
62 """information window - An information window (opened by –Get Info”) """
63 want = 'iwnd'
64 class creation_date_obsolete(aetools.NProperty):
65 """creation date obsolete - the date on which the item was created (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
66 which = 'crtd'
67 want = 'ldt '
68 class modification_date_obsolete(aetools.NProperty):
69 """modification date obsolete - the date on which the item was last modified (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
70 which = 'modd'
71 want = 'ldt '
73 class item(aetools.ComponentItem):
74 """item - An item """
75 want = 'cobj'
77 class process(aetools.ComponentItem):
78 """process - A process running on this computer """
79 want = 'prcs'
81 class sharable_container(aetools.ComponentItem):
82 """sharable container - A container that may be shared (disks and folders) """
83 want = 'sctr'
84 class sharing_window(aetools.NProperty):
85 """sharing window - the sharing window for the container (file sharing must be on to use this property) """
86 which = 'swnd'
87 want = 'obj '
89 class sharing_window(aetools.ComponentItem):
90 """sharing window - A sharing window (opened by –Sharingƒ”) """
91 want = 'swnd'
92 class sharable_container(aetools.NProperty):
93 """sharable container - the sharable container from which the window was opened """
94 which = 'sctr'
95 want = 'obj '
96 class item(aetools.NProperty):
97 """item - the item from which this window was opened """
98 which = 'cobj'
99 want = 'obj '
100 class container(aetools.NProperty):
101 """container - the container from which this window was opened """
102 which = 'ctnr'
103 want = 'obj '
105 sharing_windows = sharing_window
107 class status_window(aetools.ComponentItem):
108 """status window - Progress dialogs (e.g., copy window, rebuild desktop database, empty trash) """
109 want = 'qwnd'
111 status_windows = status_window
112 application._propdict = {
113 'view_preferences' : view_preferences,
115 application._elemdict = {
117 container._propdict = {
118 'container_window' : container_window,
120 container._elemdict = {
122 container_window._propdict = {
123 'folder_obsolete' : folder_obsolete,
125 container_window._elemdict = {
127 control_panel._propdict = {
129 control_panel._elemdict = {
131 file._propdict = {
132 'file_type_obsolete' : file_type_obsolete,
133 'locked_obsolete' : locked_obsolete,
135 file._elemdict = {
137 information_window._propdict = {
138 'creation_date_obsolete' : creation_date_obsolete,
139 'locked_obsolete' : locked_obsolete,
140 'modification_date_obsolete' : modification_date_obsolete,
142 information_window._elemdict = {
144 item._propdict = {
145 'creation_date_obsolete' : creation_date_obsolete,
146 'folder_obsolete' : folder_obsolete,
147 'modification_date_obsolete' : modification_date_obsolete,
149 item._elemdict = {
151 process._propdict = {
152 'file_type_obsolete' : file_type_obsolete,
154 process._elemdict = {
156 sharable_container._propdict = {
157 'sharing_window' : sharing_window,
159 sharable_container._elemdict = {
161 sharing_window._propdict = {
162 'sharable_container' : sharable_container,
163 'item' : item,
164 'container' : container,
165 'folder_obsolete' : folder_obsolete,
167 sharing_window._elemdict = {
169 status_window._propdict = {
171 status_window._elemdict = {
175 # Indices of types declared in this module
177 _classdeclarations = {
178 'ccdv' : control_panel,
179 'iwnd' : information_window,
180 'ctnr' : container,
181 'capp' : application,
182 'sctr' : sharable_container,
183 'cwnd' : container_window,
184 'prcs' : process,
185 'file' : file,
186 'cobj' : item,
187 'qwnd' : status_window,
188 'swnd' : sharing_window,
191 _propdeclarations = {
192 'crtd' : creation_date_obsolete,
193 'cfol' : folder_obsolete,
194 'ctnr' : container,
195 'cwnd' : container_window,
196 'pvwp' : view_preferences,
197 'swnd' : sharing_window,
198 'sctr' : sharable_container,
199 'cobj' : item,
200 'modd' : modification_date_obsolete,
201 'islk' : locked_obsolete,
202 'fitp' : file_type_obsolete,
205 _compdeclarations = {
208 _enumdeclarations = {