2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								""" Suite Text:  
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Level  0 ,  version  0  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-23 22:07:28 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generated  from  / Volumes / Moes / Applications  ( Mac  OS  9 ) / Netscape  Communicator \xe2 \x84 \xa2  Folder / Netscape  Communicator \xe2 \x84 \xa2  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								AETE / AEUT  resource  version  1 / 0 ,  language  0 ,  script  0  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								""" 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								import  aetools  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								import  MacOS  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_code  =  ' TEXT '  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								from  StdSuites . Text_Suite  import  *  
						 
					
						
							
								
									
										
										
										
											2000-08-20 19:28:27 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  Text_Events ( Text_Suite_Events ) :  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									pass 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  text ( aetools . ComponentItem ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" text - independent text view objects  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' ctxt ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  beginning ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" beginning - Beginning of element  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' bgng ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' obj  ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  end ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" end - Ending of element  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' end  ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' obj  ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  infront ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" infront - Immediately before element  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' pBef ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' obj  ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  justbehind ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" justbehind - Immediately after element  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' pAft ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' obj  ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  updateLevel ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" 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.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' pUpL ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' long ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#        element 'stys' as ['indx', 'name']  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								class  styleset ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									""" styleset - A style  \xd2 set \xd3  that may be used repeatedly in text objects.  """ 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
									want  =  ' stys ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  color ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" color - the color  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' colr ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' RGB  ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  font ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" font - font name  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' font ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 23:38:00 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  name ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" name - style name  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' pnam ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								class  size ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" size - the size in points  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' ptsz ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' long ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  style ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" style - the text styles or face attributes  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' txst ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' tsty ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 23:38:00 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  writing_code ( aetools . NProperty ) :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									""" writing code - the script system and language  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									which  =  ' psct ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									want  =  ' tsty ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								stylesets  =  styleset  
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								text . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								text . _privpropdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' beginning '  :  beginning , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' end '  :  end , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' infront '  :  infront , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' justbehind '  :  justbehind , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 23:38:00 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									' updateLevel '  :  updateLevel , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								text . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' styleset '  :  styleset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								styleset . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								styleset . _privpropdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' color '  :  color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' font '  :  font , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' name '  :  name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' size '  :  size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' style '  :  style , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' writing_code '  :  writing_code , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								styleset . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								# Indices of types declared in this module  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_classdeclarations  =  {  
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									' ctxt '  :  text , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 23:38:00 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									' stys '  :  styleset , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_propdeclarations  =  {  
						 
					
						
							
								
									
										
										
										
											2002-04-23 21:08:54 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									' bgng '  :  beginning , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' colr '  :  color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' end  '  :  end , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 23:38:00 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									' font '  :  font , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' pAft '  :  justbehind , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' pBef '  :  infront , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
									' pUpL '  :  updateLevel , 
							 
						 
					
						
							
								
									
										
										
										
											2002-04-23 21:08:54 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									' pnam '  :  name , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 23:38:00 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									' psct '  :  writing_code , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' ptsz '  :  size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									' txst '  :  style , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:15:41 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_compdeclarations  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_enumdeclarations  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}