"""Suite Obsolete terms: Terms that have been deprecated
Level 1, version 1
Generated from Moes:Systeemmap:Finder
Generated from /Volumes/Sap/System Folder/Finder
AETE/AEUT resource version 0/144, language 0, script 0
"""
...
...
@@ -59,7 +59,7 @@ class locked_obsolete(aetools.NProperty):
want='bool'
classinformation_window(aetools.ComponentItem):
"""information window - An information window (opened by Get Info) """
"""information window - An information window (opened by \xd2Get Info\xd3) """
want='iwnd'
classcreation_date_obsolete(aetools.NProperty):
"""creation date obsolete - the date on which the item was created (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
...
...
@@ -87,7 +87,7 @@ class sharing_window(aetools.NProperty):
want='obj '
classsharing_window(aetools.ComponentItem):
"""sharing window - A sharing window (opened by Sharing) """
"""sharing window - A sharing window (opened by \xd2Sharing\xc9\xd3) """
want='swnd'
classsharable_container(aetools.NProperty):
"""sharable container - the sharable container from which the window was opened """
...
...
@@ -109,66 +109,77 @@ class status_window(aetools.ComponentItem):
"""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)
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, \xd4Brwz\xd5 browser, \xd4Addr\xd5 addressbook, \xd4Mesg\xd5 messenger, etc., 4 bytes)
@@ -105,7 +105,7 @@ class application(aetools.ComponentItem):
"""application - An application program """
want='capp'
classalert_application(aetools.NProperty):
"""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. """
"""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. I\xd5d like to conform to the standard. """
which='ALAP'
want='type'
classkiosk_mode(aetools.NProperty):
...
...
@@ -170,21 +170,23 @@ class URL(aetools.NProperty):
which='curl'
want='TEXT'
classunique_ID(aetools.NProperty):
"""unique ID - Windows unique ID (a bridge between WWW! suite window ids and standard AE windows) """
"""unique ID - Window\xd5s unique ID (a bridge between WWW! suite window id\xd5s 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 """
"""register protocol: Registers application as a handler for this protocol with a given prefix. The handler will receive OpenURL, or if that fails, GetURL event.
"""register protocol: Registers application as a \xd2handler\xd3 for this protocol with a given prefix. The handler will receive \xd2OpenURL\xd3, or if that fails, \xd2GetURL\xd3 event.
Returns: a record containing the objectÕs properties and elements
Returns: a record containing the object\xd5s properties and elements
"""
_code='core'
_subcode='qobj'
...
...
@@ -460,7 +460,7 @@ class frontmost(aetools.NProperty):
which='pisf'
want='bool'
classselection(aetools.NProperty):
"""selection - the selection visible to the user. Use the selectÕ command to set a new selection; use contents of selectionÕ to get or change information in the document. """
"""selection - the selection visible to the user. Use the \xd4select\xd5 command to set a new selection; use \xd4contents of selection\xd5 to get or change information in the document. """
which='sele'
want='csel'
classclipboard(aetools.NProperty):
...
...
@@ -501,10 +501,10 @@ class alias(aetools.ComponentItem):
aliases=alias
classselection_2d_object(aetools.ComponentItem):
"""selection-object - A way to refer to the state of the current of the selection. Use the selectÕ command to make a new selection. """
"""selection-object - A way to refer to the state of the current of the selection. Use the \xd4select\xd5 command to make a new selection. """
want='csel'
classcontents(aetools.NProperty):
"""contents - the information currently selected. Use contents of selectionÕ to get or change information in a document. """
"""contents - the information currently selected. Use \xd4contents of selection\xd5 to get or change information in a document. """
which='pcnt'
want='****'
...
...
@@ -559,35 +559,41 @@ class insertion_point(aetools.ComponentItem):
want='cins'
insertion_points=insertion_point
application._propdict={
application._superclassnames=[]
application._privpropdict={
'name':name,
'frontmost':frontmost,
'selection':selection,
'clipboard':clipboard,
'version':version,
}
application._elemdict={
application._privelemdict={
}
document._propdict={
document._superclassnames=[]
document._privpropdict={
'modified':modified,
}
document._elemdict={
document._privelemdict={
}
file._propdict={
file._superclassnames=[]
file._privpropdict={
'stationery':stationery,
}
file._elemdict={
file._privelemdict={
}
alias._propdict={
alias._superclassnames=[]
alias._privpropdict={
}
alias._elemdict={
alias._privelemdict={
}
selection_2d_object._propdict={
selection_2d_object._superclassnames=[]
selection_2d_object._privpropdict={
'contents':contents,
}
selection_2d_object._elemdict={
selection_2d_object._privelemdict={
}
window._propdict={
window._superclassnames=[]
window._privpropdict={
'bounds':bounds,
'closeable':closeable,
'titled':titled,
...
...
@@ -599,11 +605,12 @@ window._propdict = {
'zoomed':zoomed,
'visible':visible,
}
window._elemdict={
window._privelemdict={
}
insertion_point._propdict={
insertion_point._superclassnames=[]
insertion_point._privpropdict={
}
insertion_point._elemdict={
insertion_point._privelemdict={
}
classstarts_with(aetools.NComparison):
"""starts with - Starts with """
...
...
@@ -616,11 +623,11 @@ class _3d_(aetools.NComparison):