summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scriptpackages/Netscape/Text.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-07 15:53:42 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-07 15:53:42 (GMT)
commit295105f3aa9bb205745b156aacf4dc17d5d30274 (patch)
treecc62e2269f8115a23231160dd85b4e0b0d18e5b3 /Mac/Lib/lib-scriptpackages/Netscape/Text.py
parent7ff034b65b85265989b8fd256febc88ae9e8947d (diff)
downloadcpython-295105f3aa9bb205745b156aacf4dc17d5d30274.zip
cpython-295105f3aa9bb205745b156aacf4dc17d5d30274.tar.gz
cpython-295105f3aa9bb205745b156aacf4dc17d5d30274.tar.bz2
Regenerated with OSA class inheritance and fix for non-ascii chars.
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/Netscape/Text.py')
-rw-r--r--Mac/Lib/lib-scriptpackages/Netscape/Text.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/Mac/Lib/lib-scriptpackages/Netscape/Text.py b/Mac/Lib/lib-scriptpackages/Netscape/Text.py
index 50288d0..1620c8c 100644
--- a/Mac/Lib/lib-scriptpackages/Netscape/Text.py
+++ b/Mac/Lib/lib-scriptpackages/Netscape/Text.py
@@ -1,7 +1,7 @@
"""Suite Text:
Level 0, version 0
-Generated from Moes:Applications (Mac OS 9):Netscape CommunicatorŽ Folder:Netscape CommunicatorŽ
+Generated from /Volumes/Sap/Applications (Mac OS 9)/Netscape Communicator\xe2\x84\xa2 Folder/Netscape Communicator\xe2\x84\xa2
AETE/AEUT resource version 1/0, language 0, script 0
"""
@@ -42,7 +42,7 @@ class justbehind(aetools.NProperty):
# element 'stys' as ['indx', 'name']
class styleset(aetools.ComponentItem):
- """styleset - A style –set” that may be used repeatedly in text objects. """
+ """styleset - A style \xd2set\xd3 that may be used repeatedly in text objects. """
want = 'stys'
class name(aetools.NProperty):
"""name - style name """
@@ -70,17 +70,19 @@ class style(aetools.NProperty):
want = 'tsty'
stylesets = styleset
-text._propdict = {
+text._superclassnames = []
+text._privpropdict = {
'updateLevel' : updateLevel,
'beginning' : beginning,
'end' : end,
'infront' : infront,
'justbehind' : justbehind,
}
-text._elemdict = {
+text._privelemdict = {
'styleset' : styleset,
}
-styleset._propdict = {
+styleset._superclassnames = []
+styleset._privpropdict = {
'name' : name,
'color' : color,
'font' : font,
@@ -88,7 +90,7 @@ styleset._propdict = {
'writing_code' : writing_code,
'style' : style,
}
-styleset._elemdict = {
+styleset._privelemdict = {
}
#