4 Generated from /Volumes/Sap/Applications (Mac OS 9)/Netscape Communicator\xe2\x84\xa2 Folder/Netscape Communicator\xe2\x84\xa2
5 AETE/AEUT resource version 1/0, language 0, script 0
13 from StdSuites
.Text_Suite
import *
14 class Text_Events(Text_Suite_Events
):
19 class text(aetools
.ComponentItem
):
20 """text - independent text view objects """
22 class updateLevel(aetools
.NProperty
):
23 """updateLevel - updating level. Can only be incremented or decremented. Do so only in a try block -- if the level is greater than zero, visual text updating will cease. """
26 class beginning(aetools
.NProperty
):
27 """beginning - Beginning of element """
30 class end(aetools
.NProperty
):
31 """end - Ending of element """
34 class infront(aetools
.NProperty
):
35 """infront - Immediately before element """
38 class justbehind(aetools
.NProperty
):
39 """justbehind - Immediately after element """
42 # element 'stys' as ['indx', 'name']
44 class styleset(aetools
.ComponentItem
):
45 """styleset - A style \xd2set\xd3 that may be used repeatedly in text objects. """
47 class name(aetools
.NProperty
):
48 """name - style name """
51 class color(aetools
.NProperty
):
52 """color - the color """
55 class font(aetools
.NProperty
):
56 """font - font name """
59 class size(aetools
.NProperty
):
60 """size - the size in points """
63 class writing_code(aetools
.NProperty
):
64 """writing code - the script system and language """
67 class style(aetools
.NProperty
):
68 """style - the text styles or face attributes """
73 text
._superclassnames
= []
74 text
._privpropdict
= {
75 'updateLevel' : updateLevel
,
76 'beginning' : beginning
,
79 'justbehind' : justbehind
,
81 text
._privelemdict
= {
82 'styleset' : styleset
,
84 styleset
._superclassnames
= []
85 styleset
._privpropdict
= {
90 'writing_code' : writing_code
,
93 styleset
._privelemdict
= {
97 # Indices of types declared in this module
99 _classdeclarations
= {
104 _propdeclarations
= {
109 'psct' : writing_code
,
113 'pUpL' : updateLevel
,
118 _compdeclarations
= {
121 _enumdeclarations
= {