_make_boundary(): Fix for SF bug #745478, broken boundary calculation
[python/dscho.git] / Lib / plat-mac / lib-scriptpackages / SystemEvents / System_Events_Suite.py
blob3fa5893b970ff6ffe95329cdf27d049e7d973daa
1 """Suite System Events Suite: Terms and Events for controlling the System Events application
2 Level 1, version 1
4 Generated from /System/Library/CoreServices/System Events.app
5 AETE/AEUT resource version 1/0, language 0, script 0
6 """
8 import aetools
9 import MacOS
11 _code = 'sevs'
13 class System_Events_Suite_Events:
15 pass
18 class application(aetools.ComponentItem):
19 """application - The System Events application """
20 want = 'capp'
21 class _Prop__3c_Inheritance_3e_(aetools.NProperty):
22 """<Inheritance> - All of the properties of the superclass. """
23 which = 'c@#^'
24 want = 'capp'
25 class _Prop_folder_actions_enabled(aetools.NProperty):
26 """folder actions enabled - Are Folder Actions currently being processed? """
27 which = 'faen'
28 want = 'bool'
29 class _Prop_properties(aetools.NProperty):
30 """properties - every property of the System Events application """
31 which = 'pALL'
32 want = '****'
33 class _Prop_system_wide_UI_element(aetools.NProperty):
34 """system wide UI element - the UI element for the entire system """
35 which = 'swui'
36 want = 'uiel'
37 # element 'alis' as ['name', 'indx', 'rele', 'rang', 'test']
38 # element 'cdis' as ['name', 'indx', 'rele', 'rang', 'test']
39 # element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test']
40 # element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test']
41 # element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test']
42 # element 'docu' as ['name', 'indx', 'rele', 'rang', 'test']
43 # element 'file' as ['name', 'indx', 'rele', 'rang', 'test']
44 # element 'foac' as ['name', 'indx', 'rele', 'rang', 'test']
45 # element 'logi' as ['name', 'indx', 'rele', 'rang', 'test']
46 # element 'pcap' as ['name', 'indx', 'rele', 'rang', 'test']
47 # element 'pcda' as ['name', 'indx', 'rele', 'rang', 'test']
48 # element 'prcs' as ['name', 'indx', 'rele', 'rang', 'test']
49 # element 'uiel' as ['name', 'indx', 'rele', 'rang', 'test']
51 applications = application
52 application._superclassnames = []
53 import Disk_Folder_File_Suite
54 import Standard_Suite
55 import Folder_Actions_Suite
56 import Login_Items_Suite
57 import Processes_Suite
58 application._privpropdict = {
59 '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
60 'folder_actions_enabled' : _Prop_folder_actions_enabled,
61 'properties' : _Prop_properties,
62 'system_wide_UI_element' : _Prop_system_wide_UI_element,
64 application._privelemdict = {
65 'UI_element' : Processes_Suite.UI_element,
66 'alias' : Disk_Folder_File_Suite.alias,
67 'application_process' : Processes_Suite.application_process,
68 'desk_accessory_process' : Processes_Suite.desk_accessory_process,
69 'disk' : Disk_Folder_File_Suite.disk,
70 'document' : Standard_Suite.document,
71 'file' : Disk_Folder_File_Suite.file,
72 'folder' : Disk_Folder_File_Suite.folder,
73 'folder_action' : Folder_Actions_Suite.folder_action,
74 'item' : Disk_Folder_File_Suite.item,
75 'login_item' : Login_Items_Suite.login_item,
76 'process' : Processes_Suite.process,
77 'window' : Standard_Suite.window,
81 # Indices of types declared in this module
83 _classdeclarations = {
84 'capp' : application,
87 _propdeclarations = {
88 'c@#^' : _Prop__3c_Inheritance_3e_,
89 'faen' : _Prop_folder_actions_enabled,
90 'pALL' : _Prop_properties,
91 'swui' : _Prop_system_wide_UI_element,
94 _compdeclarations = {
97 _enumdeclarations = {