Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sao.ru/cats/~satr/JS/plugin/contents.htm
Дата изменения: Wed Jan 15 23:15:24 1997 Дата индексирования: Tue Oct 2 07:48:38 2012 Кодировка: Поисковые слова: п п п п п п п п п р п р п |
January 1998 -- Communicator 4.0
The Plug-in Guide has been updated and expanded for Communicator 4.0. This page is a quick reference to new Plug-in API features and document changes.
The Plug-in Guide is your introduction to using Netscape's Plug-in Application Programming Interface (API) to develop plug-ins for Communicator 4.0.
This chapter provides basic information you'll need as you develop C/C++ plug-ins.
This chapter is an introduction to the issues and processes that you will need to know about as you write plug-ins. It outlines the steps in writing and implementing a plug-in code module for Communicator.
This chapter describes the methods that provide the basic processes of initialization, instance creation and destruction, and shutdown.
This chapter tells how to determine whether a plug-in is windowed or windowless, how to draw and redraw plug-ins, and how to handle plug-in events.
This chapter describes using Plug-in API functions to receive and send streams.
This chapter describes retrieving URLs and displaying them on specified target pages, posting data to an HTTP server, uploading files to an FTP server, and sending mail.
This chapter describes the Plug-in API functions that allocate and free memory as needed by the plug-in.
This chapter describes the functions that allow a plug-in to display a message on the status line, get agent information, and check on the current version of the Plug-in API and Communicator.
To help you familiarize yourself with the Plug-in API as quickly as possible, this reference is organized into sections by task and parallels the organization of Chapters 3 through 8.
[Top]