"""Get Import Data: Returns a structure containing information that is of use to an external module in importing data from an external mail application into Communicator.
Returns: vRefNum and dirID of profile folder (2+4 bytes), vRefNum and DirID of the local mail folder (2+4 bytes), window type of front window (0 if none, Brwz browser, Addr addressbook, Mesg messenger, etc., 4 bytes)
"""alert application - Most of the alerts will be sent to this application using yet unspecified AE interface. We need a few alert boxes: alert, confirm and notify. Any ideas on how to design this event? mailto:atotic@netscape.com. Id like to conform to the standard. """
which='ALAP'
want='type'
classkiosk_mode(aetools.NProperty):
"""kiosk mode - Kiosk mode leaves very few menus enabled """
which='KOSK'
want='long'
# element 'cwin' as ['indx', 'name', 'ID ']
classwindow(aetools.ComponentItem):
"""window - A Window """
want='cwin'
classbounds(aetools.NProperty):
"""bounds - the boundary rectangle for the window """
which='pbnd'
want='qdrt'
classcloseable(aetools.NProperty):
"""closeable - Does the window have a close box? """
which='hclb'
want='bool'
classtitled(aetools.NProperty):
"""titled - Does the window have a title bar? """
which='ptit'
want='bool'
classindex(aetools.NProperty):
"""index - the number of the window """
which='pidx'
want='long'
classfloating(aetools.NProperty):
"""floating - Does the window float? """
which='isfl'
want='bool'
classmodal(aetools.NProperty):
"""modal - Is the window modal? """
which='pmod'
want='bool'
classresizable(aetools.NProperty):
"""resizable - Is the window resizable? """
which='prsz'
want='bool'
classzoomable(aetools.NProperty):
"""zoomable - Is the window zoomable? """
which='iszm'
want='bool'
classzoomed(aetools.NProperty):
"""zoomed - Is the window zoomed? """
which='pzum'
want='bool'
classname(aetools.NProperty):
"""name - the title of the window """
which='pnam'
want='itxt'
classvisible(aetools.NProperty):
"""visible - is the window visible? """
which='pvis'
want='bool'
classposition(aetools.NProperty):
"""position - upper left coordinates of window """
which='ppos'
want='QDpt'
classURL(aetools.NProperty):
"""URL - Current URL """
which='curl'
want='TEXT'
classunique_ID(aetools.NProperty):
"""unique ID - Windows unique ID (a bridge between WWW! suite window ids and standard AE windows) """
which='wiid'
want='long'
classbusy(aetools.NProperty):
"""busy - Is window loading something right now. 2, window is busy and will reject load requests. 1, window is busy, but will interrupt outstanding loads """
Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator-map:Netscape Communicator
AETE/AEUT resource version 1/0, language 0, script 0
"""
importaetools
importMacOS
_code='TEXT'
fromStdSuites.Text_Suiteimport*
classText_Events:
pass
classtext(aetools.ComponentItem):
"""text - independent text view objects """
want='ctxt'
classupdateLevel(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'
classbeginning(aetools.NProperty):
"""beginning - Beginning of element """
which='bgng'
want='obj '
classend(aetools.NProperty):
"""end - Ending of element """
which='end '
want='obj '
classinfront(aetools.NProperty):
"""infront - Immediately before element """
which='pBef'
want='obj '
classjustbehind(aetools.NProperty):
"""justbehind - Immediately after element """
which='pAft'
want='obj '
# element 'stys' as ['indx', 'name']
classstyleset(aetools.ComponentItem):
"""styleset - A style set that may be used repeatedly in text objects. """
want='stys'
classname(aetools.NProperty):
"""name - style name """
which='pnam'
want='TEXT'
classcolor(aetools.NProperty):
"""color - the color """
which='colr'
want='RGB '
classfont(aetools.NProperty):
"""font - font name """
which='font'
want='TEXT'
classsize(aetools.NProperty):
"""size - the size in points """
which='ptsz'
want='long'
classwriting_code(aetools.NProperty):
"""writing code - the script system and language """