[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites Text_Suite.py,1.2,1.3
Jack Jansen
jackjansen@users.sourceforge.net
2002年1月22日 15:22:34 -0800
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites
In directory usw-pr-cvs1:/tmp/cvs-serv24650/Python/Mac/Lib/lib-scriptpackages/StdSuites
Modified Files:
Text_Suite.py
Log Message:
Regenerated to take advantage of new _builtinSuites package.
Index: Text_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Text_Suite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Text_Suite.py 2001年05月17日 12:38:26 1.2
--- Text_Suite.py 2002年01月22日 23:22:32 1.3
***************
*** 2,6 ****
Level 1, version 1
! Generated from Macintosh HD:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
--- 2,6 ----
Level 1, version 1
! Generated from Moes:Systeemmap:Extensies:AppleScript
AETE/AEUT resource version 1/0, language 0, script 0
"""
***************
*** 27,31 ****
"""line - A line of text """
want = 'clin'
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class justification(aetools.NProperty):
"""justification - the justification of the text """
--- 27,30 ----
***************
*** 38,42 ****
"""paragraph - A paragraph """
want = 'cpar'
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
paragraphs = paragraph
--- 37,40 ----
***************
*** 78,82 ****
"""text flow - A contiguous block of text. Page layout applications call this a 不tory.ユ """
want = 'cflo'
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
class name(aetools.NProperty):
"""name - the name """
--- 76,79 ----
***************
*** 103,107 ****
"""word - A word """
want = 'cwor'
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
words = word
--- 100,103 ----
***************
*** 184,208 ****
#
_classdeclarations = {
- 'clin' : line,
- 'ctxt' : text,
- 'cwor' : word,
- 'cflo' : text_flow,
'cpar' : paragraph,
- 'tsty' : text_style_info,
'cha ' : character,
}
_propdeclarations = {
! 'psct' : writing_code,
! 'txst' : style,
'colr' : color,
! 'font' : font,
! 'pnam' : name,
'ustl' : uniform_styles,
- 'pjst' : justification,
- 'ofst' : off_styles,
- 'onst' : on_styles,
- 'ptsz' : size,
'c@#^' : _3c_inheritance_3e_,
}
--- 180,204 ----
#
_classdeclarations = {
'cpar' : paragraph,
'cha ' : character,
+ 'cflo' : text_flow,
+ 'tsty' : text_style_info,
+ 'clin' : line,
+ 'cwor' : word,
+ 'ctxt' : text,
}
_propdeclarations = {
! 'ptsz' : size,
! 'ofst' : off_styles,
! 'pjst' : justification,
'colr' : color,
! 'txst' : style,
! 'psct' : writing_code,
'ustl' : uniform_styles,
'c@#^' : _3c_inheritance_3e_,
+ 'pnam' : name,
+ 'font' : font,
+ 'onst' : on_styles,
}