summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py
blob: 2a311c54a9cdcf88a68070d70c56830e560803e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
"""Suite Invisible Suite: Terms and Events for controlling the application
Level 1, version 1

Generated from /Applications/Utilities/Terminal.app/Contents/Resources/Terminal.rsrc
AETE/AEUT resource version 1/0, language 0, script 0
"""

import aetools
import MacOS

_code = 'tpnm'

from StdSuites.Type_Names_Suite import *
class Invisible_Suite_Events(Type_Names_Suite_Events):

	pass


class application(aetools.ComponentItem):
	"""application - The application """
	want = 'capp'
class properties(aetools.NProperty):
	"""properties - every property of the application """
	which = 'pALL'
	want = 'reco'
application._superclassnames = []
application._privpropdict = {
	'properties' : properties,
}
application._privelemdict = {
}

#
# Indices of types declared in this module
#
_classdeclarations = {
	'capp' : application,
}

_propdeclarations = {
	'pALL' : properties,
}

_compdeclarations = {
}

_enumdeclarations = {
}