Regenerated with OSA class inheritance and fix for non-ascii chars.

This commit is contained in:
Jack Jansen 2002-08-07 15:53:42 +00:00
parent 7ff034b65b
commit 295105f3aa
42 changed files with 2217 additions and 818 deletions

View file

@ -1,7 +1,7 @@
"""Suite WorldWideWeb suite, as defined in Spyglass spec.:
Level 1, version 1
Generated from Moes:Applications (Mac OS 9):Netscape CommunicatorŽ Folder:Netscape CommunicatorŽ
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
"""
@ -212,7 +212,7 @@ def get_window_info(self, _object=None, _attributes={}, **_arguments):
return _arguments['----']
def register_URL_echo(self, _object=None, _attributes={}, **_arguments):
"""register URL echo: Registers the echo” application. Each download from now on will be echoed to this application.
"""register URL echo: Registers the \xd2echo\xd3 application. Each download from now on will be echoed to this application.
Required argument: Application signature
Keyword argument _attributes: AppleEvent attribute dictionary
"""
@ -257,7 +257,7 @@ def unregister_URL_echo(self, _object, _attributes={}, **_arguments):
}
def register_viewer(self, _object, _attributes={}, **_arguments):
"""register viewer: Registers an application as a •specialÕ viewer for this MIME type. The application will be launched with ViewDoc events
"""register viewer: Registers an application as a \xd4special\xd5 viewer for this MIME type. The application will be launched with ViewDoc events
Required argument: Application sig
Keyword argument MIME_type: MIME type viewer is registering for
Keyword argument with_file_type: Mac file type for the downloaded files
@ -310,9 +310,9 @@ def unregister_viewer(self, _object, _attributes={}, **_arguments):
}
def register_protocol(self, _object=None, _attributes={}, **_arguments):
"""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.
Required argument: Application sig
Keyword argument for_protocol: protocol prefix: finger:, file,
Keyword argument for_protocol: protocol prefix: \xd2finger:\xd3, \xd2file\xd3,
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: TRUE if registration has been successful
"""
@ -336,7 +336,7 @@ def register_protocol(self, _object=None, _attributes={}, **_arguments):
}
def unregister_protocol(self, _object=None, _attributes={}, **_arguments):
"""unregister protocol: reverses the effects of register protocol”
"""unregister protocol: reverses the effects of \xd2register protocol\xd3
Required argument: Application sig.
Keyword argument for_protocol: protocol prefix. If none, unregister for all protocols
Keyword argument _attributes: AppleEvent attribute dictionary