Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git] / Lib / plat-mac / lib-scriptpackages / Finder / Enumerations.py
blob97cfbfba80c497c766add31b3e9611a49fc0de46
1 """Suite Enumerations: Enumerations for the Finder
2 Level 1, version 1
4 Generated from /Volumes/Sap/System Folder/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 Enumerations_Events(Type_Names_Suite_Events):
16 pass
18 _Enum_ipnl = {
19 'General_Information_panel' : 'gpnl', #
20 'Sharing_panel' : 'spnl', #
21 'Memory_panel' : 'mpnl', #
22 'Status_and_Configuration_panel' : 'scnl', #
23 'Fonts_panel' : 'fpnl', #
26 _Enum_pple = {
27 'General_Preferences_panel' : 'pgnp', #
28 'Label_Preferences_panel' : 'plbp', #
29 'Icon_View_Preferences_panel' : 'pivp', #
30 'Button_View_Preferences_panel' : 'pbvp', #
31 'List_View_Preferences_panel' : 'plvp', #
34 _Enum_earr = {
35 'not_arranged' : 'narr', #
36 'snap_to_grid' : 'grda', #
37 'arranged_by_name' : 'nama', #
38 'arranged_by_modification_date' : 'mdta', #
39 'arranged_by_creation_date' : 'cdta', #
40 'arranged_by_size' : 'siza', #
41 'arranged_by_kind' : 'kina', #
42 'arranged_by_label' : 'laba', #
45 _Enum_sodr = {
46 'normal' : 'snrm', #
47 'reversed' : 'srvs', #
50 _Enum_isiz = {
51 'mini' : 'miic', #
52 'small' : 'smic', #
53 'large' : 'lgic', #
56 _Enum_vwby = {
57 'conflicts' : 'cflc', #
58 'existing_items' : 'exsi', #
59 'small_icon' : 'smic', #
60 'icon' : 'iimg', #
61 'name' : 'pnam', #
62 'modification_date' : 'asmo', #
63 'size' : 'ptsz', #
64 'kind' : 'kind', #
65 'comment' : 'comt', #
66 'label' : 'labi', #
67 'version' : 'vers', #
68 'creation_date' : 'ascd', #
69 'small_button' : 'smbu', #
70 'large_button' : 'lgbu', #
71 'grid' : 'grid', #
72 'all' : 'kyal', #
75 _Enum_gsen = {
76 'CPU' : 'proc', #
77 'FPU' : 'fpu ', #
78 'MMU' : 'mmu ', #
79 'hardware' : 'hdwr', #
80 'operating_system' : 'os ', #
81 'sound_system' : 'snd ', #
82 'memory_available' : 'lram', #
83 'memory_installed' : 'ram ', #
86 _Enum_ese0 = {
87 'starting_up' : 'ese2', #
88 'running' : 'ese3', #
89 'rebuilding_desktop' : 'ese5', #
90 'copying' : 'ese4', #
91 'restarting' : 'ese6', #
92 'quitting' : 'ese7', #
97 # Indices of types declared in this module
99 _classdeclarations = {
102 _propdeclarations = {
105 _compdeclarations = {
108 _enumdeclarations = {
109 'sodr' : _Enum_sodr,
110 'ipnl' : _Enum_ipnl,
111 'ese0' : _Enum_ese0,
112 'vwby' : _Enum_vwby,
113 'gsen' : _Enum_gsen,
114 'isiz' : _Enum_isiz,
115 'earr' : _Enum_earr,
116 'pple' : _Enum_pple,