Text.py :  » Language-Interface » ChinesePython » chinesepython2.1.3-0.4 » Mac » Lib » lib-scriptpackages » Netscape » Python Open Source

Home
Python Open Source
1.3.1.2 Python
2.Ajax
3.Aspect Oriented
4.Blog
5.Build
6.Business Application
7.Chart Report
8.Content Management Systems
9.Cryptographic
10.Database
11.Development
12.Editor
13.Email
14.ERP
15.Game 2D 3D
16.GIS
17.GUI
18.IDE
19.Installer
20.IRC
21.Issue Tracker
22.Language Interface
23.Log
24.Math
25.Media Sound Audio
26.Mobile
27.Network
28.Parser
29.PDF
30.Project Management
31.RSS
32.Search
33.Security
34.Template Engines
35.Test
36.UML
37.USB Serial
38.Web Frameworks
39.Web Server
40.Web Services
41.Web Unit
42.Wiki
43.Windows
44.XML
Python Open Source » Language Interface » ChinesePython 
ChinesePython » chinesepython2.1.3 0.4 » Mac » Lib » lib scriptpackages » Netscape » Text.py
"""Suite Text: 
Level 0, version 0

Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator-map:Netscape Communicator
AETE/AEUT resource version 1/0, language 0, script 0
"""

import aetools
import MacOS

_code = 'TEXT'

from StdSuites.Text_Suite import *
class Text_Events(Text_Suite_Events):

  pass


class text(aetools.ComponentItem):
  """text - independent text view objects """
  want = 'ctxt'
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'
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 '
#        element 'stys' as ['indx', 'name']

class styleset(aetools.ComponentItem):
  """styleset - A style set that may be used repeatedly in text objects. """
  want = 'stys'
class name(aetools.NProperty):
  """name - style name """
  which = 'pnam'
  want = 'TEXT'
class color(aetools.NProperty):
  """color - the color """
  which = 'colr'
  want = 'RGB '
class font(aetools.NProperty):
  """font - font name """
  which = 'font'
  want = 'TEXT'
class size(aetools.NProperty):
  """size - the size in points """
  which = 'ptsz'
  want = 'long'
class writing_code(aetools.NProperty):
  """writing code - the script system and language """
  which = 'psct'
  want = 'tsty'
class style(aetools.NProperty):
  """style - the text styles or face attributes """
  which = 'txst'
  want = 'tsty'

stylesets = styleset
text._propdict = {
  'updateLevel' : updateLevel,
  'beginning' : beginning,
  'end' : end,
  'infront' : infront,
  'justbehind' : justbehind,
}
text._elemdict = {
  'styleset' : styleset,
}
styleset._propdict = {
  'name' : name,
  'color' : color,
  'font' : font,
  'size' : size,
  'writing_code' : writing_code,
  'style' : style,
}
styleset._elemdict = {
}

#
# Indices of types declared in this module
#
_classdeclarations = {
  'stys' : styleset,
  'ctxt' : text,
}

_propdeclarations = {
  'pAft' : justbehind,
  'psct' : writing_code,
  'txst' : style,
  'colr' : color,
  'pBef' : infront,
  'pnam' : name,
  'ptsz' : size,
  'pUpL' : updateLevel,
  'bgng' : beginning,
  'font' : font,
  'end ' : end,
}

_compdeclarations = {
}

_enumdeclarations = {
}
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.