Gecko Plugin API Reference
MDC
Note: This document is in the process of being migrated. If you would like to help with this migration, please migrate from devedge-temp.
목차 |
[편집] Preface
[편집] Plug-in Basics
[편집] Plug-in Development Overview
- Drawing a Plug-in Instance
- Handling Memory
- Sending and Receiving Streams
- Working with URLs
- Getting Version and UI Information
- Displaying Messages on the Status Line
- Making Plug-ins Scriptable
- Building Plug-ins
[편집] Initialization and Destruction
[편집] Drawing and Event Handling
[편집] Streams
- Receiving a Stream
- Telling the Plug-in When a Stream Is Created
- Telling the Plug-in When a Stream Is Deleted
- Finding Out How Much Data the Plug-in Can Accept
- Writing the Stream to the Plug-in
- Sending the Stream in Random-Access Mode
- Sending the Stream in File Mode
- Sending a Stream
- Creating a Stream
- Pushing Data into the Stream
- Deleting the Stream
- Example of Sending a Stream
[편집] URLs
[편집] Memory
[편집] Version, UI, and Status Information
- Displaying a Status Line Message
- Getting Agent Information
- Getting the Current Version
- Finding Out if a Feature Exists
- Reloading a Plug-in
[편집] Plug-in Side Plug-in API
- NPP_Destroy
- NPP_DestroyStream
- NPP_GetValue
- NP_GetValue
- NPP_HandleEvent
- NP_Initialize
- NPP_New
- NPP_NewStream
- NPP_Print
- NPP_SetValue
- NPP_SetWindow
- NP_Shutdown
- NPP_StreamAsFile
- NPP_URLNotify
- NPP_Write
- NPP_WriteReady
[편집] Browser Side Plug-in API
- NPN_DestroyStream
- NPN_ForceRedraw
- NPN_GetURL
- NPN_GetURLNotify
- NPN_GetValue
- NPN_InvalidateRect
- NPN_InvalidateRegion
- NPN_MemAlloc
- NPN_MemFlush
- NPN_MemFree
- NPN_NewStream
- NPN_PostURL
- NPN_PostURLNotify
- NPN_ReloadPlugins
- NPN_RequestRead
- NPN_SetValue
- NPN_Status
- NPN_UserAgent
- NPN_Version
- NPN_Write
[편집] Structures
- NPAnyCallbackStruct
- NPByteRange
- NPEmbedPrint
- NPEvent
- NPFullPrint
- NPP
- NP_Port
- NPPrint
- NPPrintCallbackStruct
- NP_Rect
- NP_Region
- NPSavedData
- NPSetWindowCallbackStruct
- NPStream
- NPWindow
[편집] Constants
[편집] Authors
분류: Gecko | NeedsMigration | Plugins