4 Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator�-map:Netscape Communicator�
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 ³set² 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 """
74 'updateLevel' : updateLevel
,
75 'beginning' : beginning
,
78 'justbehind' : justbehind
,
81 'styleset' : styleset
,
83 styleset
._propdict
= {
88 'writing_code' : writing_code
,
91 styleset
._elemdict
= {
95 # Indices of types declared in this module
97 _classdeclarations
= {
102 _propdeclarations
= {
104 'psct' : writing_code
,
110 'pUpL' : updateLevel
,
116 _compdeclarations
= {
119 _enumdeclarations
= {