_make_boundary(): Fix for SF bug #745478, broken boundary calculation
[python/dscho.git] / Lib / plat-mac / lib-scriptpackages / SystemEvents / Login_Items_Suite.py
blobed09245157af554629b9e61bc95f623cd58708a9
1 """Suite Login Items Suite: Terms and Events for controlling the Login Items 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 = 'logi'
13 class Login_Items_Suite_Events:
15 pass
18 class login_item(aetools.ComponentItem):
19 """login item - an item to be launched or opened at login """
20 want = 'logi'
21 class _Prop__3c_Inheritance_3e_(aetools.NProperty):
22 """<Inheritance> - All of the properties of the superclass. """
23 which = 'c@#^'
24 want = 'cobj'
25 class _Prop_hidden(aetools.NProperty):
26 """hidden - Is the Login Item hidden when launched? """
27 which = 'hidn'
28 want = 'bool'
29 class _Prop_kind(aetools.NProperty):
30 """kind - the file type of the Login Item """
31 which = 'kind'
32 want = 'utxt'
33 class _Prop_name(aetools.NProperty):
34 """name - the name of the Login Item """
35 which = 'pnam'
36 want = 'utxt'
37 class _Prop_path(aetools.NProperty):
38 """path - the file system path to the Login Item """
39 which = 'ppth'
40 want = 'utxt'
42 login_items = login_item
43 import Standard_Suite
44 login_item._superclassnames = ['item']
45 login_item._privpropdict = {
46 '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
47 'hidden' : _Prop_hidden,
48 'kind' : _Prop_kind,
49 'name' : _Prop_name,
50 'path' : _Prop_path,
52 login_item._privelemdict = {
56 # Indices of types declared in this module
58 _classdeclarations = {
59 'logi' : login_item,
62 _propdeclarations = {
63 'c@#^' : _Prop__3c_Inheritance_3e_,
64 'hidn' : _Prop_hidden,
65 'kind' : _Prop_kind,
66 'pnam' : _Prop_name,
67 'ppth' : _Prop_path,
70 _compdeclarations = {
73 _enumdeclarations = {