"""Suite Standard Suite: Common terms for most applications
"""Suite Standard Suite: Common terms for most applications
Level 1, version 1
Level 1, version 1
Generated from /Volumes/Moes/Applications (Mac OS 9)/Netscape Communicator\xe2\x84\xa2 Folder/Netscape Communicator\xe2\x84\xa2
Generated from /Volumes/Sap/Applications (Mac OS 9)/Netscape Communicator\xe2\x84\xa2 Folder/Netscape Communicator\xe2\x84\xa2
AETE/AEUT resource version 1/0, language 0, script 0
AETE/AEUT resource version 1/0, language 0, script 0
"""
"""
...
@@ -108,10 +108,12 @@ class _Prop_alert_application(aetools.NProperty):
...
@@ -108,10 +108,12 @@ class _Prop_alert_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. I\xd5d 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'
which='ALAP'
want='type'
want='type'
alert_application=_Prop_alert_application()
class_Prop_kiosk_mode(aetools.NProperty):
class_Prop_kiosk_mode(aetools.NProperty):
"""kiosk mode - Kiosk mode leaves very few menus enabled """
"""kiosk mode - Kiosk mode leaves very few menus enabled """
@@ -448,11 +469,15 @@ class Standard_Suite_Events(builtin_Suite_Events):
...
@@ -448,11 +469,15 @@ class Standard_Suite_Events(builtin_Suite_Events):
return_arguments['----']
return_arguments['----']
classaliases(aetools.ComponentItem):
classalias(aetools.ComponentItem):
"""aliases - """
"""alias - a file on a disk or server. The file must exist when you check the syntax of your script. """
want='alis'
want='alis'
class_Prop_POSIX_path(aetools.NProperty):
"""POSIX path - the POSIX path of the file """
which='psxp'
want='TEXT'
alias=aliases
aliases=alias
classapplication(aetools.ComponentItem):
classapplication(aetools.ComponentItem):
"""application - An application program """
"""application - An application program """
...
@@ -461,22 +486,27 @@ class _Prop_clipboard(aetools.NProperty):
...
@@ -461,22 +486,27 @@ class _Prop_clipboard(aetools.NProperty):
"""clipboard - the contents of the clipboard for this application """
"""clipboard - the contents of the clipboard for this application """
which='pcli'
which='pcli'
want='****'
want='****'
clipboard=_Prop_clipboard()
class_Prop_frontmost(aetools.NProperty):
class_Prop_frontmost(aetools.NProperty):
"""frontmost - Is this the frontmost application? """
"""frontmost - Is this the frontmost application? """
which='pisf'
which='pisf'
want='bool'
want='bool'
frontmost=_Prop_frontmost()
class_Prop_name(aetools.NProperty):
class_Prop_name(aetools.NProperty):
"""name - the name of the application """
"""name - the name of the application """
which='pnam'
which='pnam'
want='itxt'
want='itxt'
name=_Prop_name()
class_Prop_selection(aetools.NProperty):
class_Prop_selection(aetools.NProperty):
"""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. """
"""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'
which='sele'
want='csel'
want='csel'
selection=_Prop_selection()
class_Prop_version(aetools.NProperty):
class_Prop_version(aetools.NProperty):
"""version - the version of the application """
"""version - the version of the application """
which='vers'
which='vers'
want='vers'
want='vers'
version=_Prop_version()
applications=application
applications=application
...
@@ -553,16 +583,13 @@ documents = document
...
@@ -553,16 +583,13 @@ documents = document
classfile(aetools.ComponentItem):
classfile(aetools.ComponentItem):
"""file - a file on a disk or server """
"""file - a file on a disk or server """
want='file'
want='file'
class_Prop_stationery(aetools.NProperty):
"""stationery - Is the file a stationery file? """