diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-13 14:31:19 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-13 14:31:19 (GMT) |
| commit | 8475d0256a9aafebe9685e5abcf8bcfc7f32f374 (patch) | |
| tree | 04e80eea24742ddd5a66c2b18b7700f0f0f88f01 /Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py | |
| parent | c8882b10c490298c670cec8ad6239acfaf14a66a (diff) | |
| download | cpython-8475d0256a9aafebe9685e5abcf8bcfc7f32f374.zip cpython-8475d0256a9aafebe9685e5abcf8bcfc7f32f374.tar.gz cpython-8475d0256a9aafebe9685e5abcf8bcfc7f32f374.tar.bz2 | |
Re-gegernated with the new gensuitemodule.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py')
| -rw-r--r-- | Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py b/Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py index 47764eb..4edb7f4 100644 --- a/Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py @@ -1,7 +1,7 @@ """Suite Text Suite: A set of basic classes for text processing Level 1, version 1 -Generated from /Volumes/Moes/Systeemmap/Extensies/AppleScript +Generated from /Volumes/Sap/System Folder/Extensions/AppleScript AETE/AEUT resource version 1/0, language 0, script 0 """ @@ -60,6 +60,10 @@ class _Prop_font(aetools.NProperty): """font - the name of the font of the first character """ which = 'font' want = 'ctxt' +class _Prop_quoted_form(aetools.NProperty): + """quoted form - the text in quoted form """ + which = 'strq' + want = 'ctxt' class _Prop_size(aetools.NProperty): """size - the size in points of the first character """ which = 'ptsz' @@ -131,6 +135,7 @@ text._superclassnames = [] text._privpropdict = { 'color' : _Prop_color, 'font' : _Prop_font, + 'quoted_form' : _Prop_quoted_form, 'size' : _Prop_size, 'style' : _Prop_style, 'uniform_styles' : _Prop_uniform_styles, @@ -205,6 +210,7 @@ _propdeclarations = { 'pnam' : _Prop_name, 'psct' : _Prop_writing_code, 'ptsz' : _Prop_size, + 'strq' : _Prop_quoted_form, 'txst' : _Prop_style, 'ustl' : _Prop_uniform_styles, } |
