1 """Suite Login Items Suite: Terms and Events for controlling the Login Items application
4 Generated from /System/Library/CoreServices/System Events.app
5 AETE/AEUT resource version 1/0, language 0, script 0
13 class Login_Items_Suite_Events
:
18 class login_item(aetools
.ComponentItem
):
19 """login item - an item to be launched or opened at login """
21 class _Prop__3c_Inheritance_3e_(aetools
.NProperty
):
22 """<Inheritance> - All of the properties of the superclass. """
25 class _Prop_hidden(aetools
.NProperty
):
26 """hidden - Is the Login Item hidden when launched? """
29 class _Prop_kind(aetools
.NProperty
):
30 """kind - the file type of the Login Item """
33 class _Prop_name(aetools
.NProperty
):
34 """name - the name of the Login Item """
37 class _Prop_path(aetools
.NProperty
):
38 """path - the file system path to the Login Item """
42 login_items
= login_item
44 login_item
._superclassnames
= ['item']
45 login_item
._privpropdict
= {
46 '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_
,
47 'hidden' : _Prop_hidden
,
52 login_item
._privelemdict
= {
56 # Indices of types declared in this module
58 _classdeclarations
= {
63 'c@#^' : _Prop__3c_Inheritance_3e_
,
64 'hidn' : _Prop_hidden
,