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 _Prop_beginning(aetools
.NProperty
):
23 """beginning - Beginning of element """
26 class _Prop_end(aetools
.NProperty
):
27 """end - Ending of element """
30 class _Prop_infront(aetools
.NProperty
):
31 """infront - Immediately before element """
34 class _Prop_justbehind(aetools
.NProperty
):
35 """justbehind - Immediately after element """
38 class _Prop_updateLevel(aetools
.NProperty
):
39 """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. """
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 _Prop_color(aetools
.NProperty
):
48 """color - the color """
51 class _Prop_font(aetools
.NProperty
):
52 """font - font name """
55 class _Prop_name(aetools
.NProperty
):
56 """name - style name """
59 class _Prop_size(aetools
.NProperty
):
60 """size - the size in points """
63 class _Prop_style(aetools
.NProperty
):
64 """style - the text styles or face attributes """
67 class _Prop_writing_code(aetools
.NProperty
):
68 """writing code - the script system and language """
73 text
._superclassnames
= []
74 text
._privpropdict
= {
75 'beginning' : _Prop_beginning
,
77 'infront' : _Prop_infront
,
78 'justbehind' : _Prop_justbehind
,
79 'updateLevel' : _Prop_updateLevel
,
81 text
._privelemdict
= {
82 'styleset' : styleset
,
84 styleset
._superclassnames
= []
85 styleset
._privpropdict
= {
86 'color' : _Prop_color
,
90 'style' : _Prop_style
,
91 'writing_code' : _Prop_writing_code
,
93 styleset
._privelemdict
= {
97 # Indices of types declared in this module
99 _classdeclarations
= {
104 _propdeclarations
= {
105 'bgng' : _Prop_beginning
,
106 'colr' : _Prop_color
,
109 'pAft' : _Prop_justbehind
,
110 'pBef' : _Prop_infront
,
111 'pUpL' : _Prop_updateLevel
,
113 'psct' : _Prop_writing_code
,
115 'txst' : _Prop_style
,
118 _compdeclarations
= {
121 _enumdeclarations
= {