• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"""Suite Login Items Suite: Terms and Events for controlling the Login Items application
2Level 1, version 1
3
4Generated from /System/Library/CoreServices/System Events.app
5AETE/AEUT resource version 1/0, language 0, script 0
6"""
7
8import aetools
9import MacOS
10
11_code = 'logi'
12
13class Login_Items_Suite_Events:
14
15    pass
16
17
18class login_item(aetools.ComponentItem):
19    """login item - an item to be launched or opened at login """
20    want = 'logi'
21class _Prop__3c_Inheritance_3e_(aetools.NProperty):
22    """<Inheritance> - All of the properties of the superclass. """
23    which = 'c@#^'
24    want = 'cobj'
25class _Prop_hidden(aetools.NProperty):
26    """hidden - Is the Login Item hidden when launched? """
27    which = 'hidn'
28    want = 'bool'
29class _Prop_kind(aetools.NProperty):
30    """kind - the file type of the Login Item """
31    which = 'kind'
32    want = 'utxt'
33class _Prop_name(aetools.NProperty):
34    """name - the name of the Login Item """
35    which = 'pnam'
36    want = 'utxt'
37class _Prop_path(aetools.NProperty):
38    """path - the file system path to the Login Item """
39    which = 'ppth'
40    want = 'utxt'
41
42login_items = login_item
43import Standard_Suite
44login_item._superclassnames = ['item']
45login_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}
52login_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