diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-23 22:07:28 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-23 22:07:28 (GMT) |
| commit | b46bebf5184b9a496eb49444e0d7e2e56514b2ab (patch) | |
| tree | bacf1cef97b56ab0df8b436044b7bde3405fa6f1 /Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py | |
| parent | 7cb016db80e5e1fc13fece5572e6b1e5b9f83903 (diff) | |
| download | cpython-b46bebf5184b9a496eb49444e0d7e2e56514b2ab.zip cpython-b46bebf5184b9a496eb49444e0d7e2e56514b2ab.tar.gz cpython-b46bebf5184b9a496eb49444e0d7e2e56514b2ab.tar.bz2 | |
Regenerated with Donovan Prestons patch #702620.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py')
| -rw-r--r-- | Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py b/Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py new file mode 100644 index 0000000..2a311c5 --- /dev/null +++ b/Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py @@ -0,0 +1,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 = { +} |
