1 """Suite Login Items Suite: Terms and Events for controlling the Login Items application 2 Level 1, version 1 3 4 Generated from /System/Library/CoreServices/System Events.app 5 AETE/AEUT resource version 1/0, language 0, script 0 6 """ 7 8 import aetools 9 import MacOS 10 11 _code = 'logi' 12 13 class Login_Items_Suite_Events: 14 15 pass 16 17 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' 41 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, 51 } 52 login_item._privelemdict = { 53 } 54 55 # 56 # Indices of types declared in this module 57 # 58 _classdeclarations = { 59 'logi' : login_item, 60 } 61 62 _propdeclarations = { 63 'c@#^' : _Prop__3c_Inheritance_3e_, 64 'hidn' : _Prop_hidden, 65 'kind' : _Prop_kind, 66 'pnam' : _Prop_name, 67 'ppth' : _Prop_path, 68 } 69 70 _compdeclarations = { 71 } 72 73 _enumdeclarations = { 74 } 75