Search completed in 0.97 seconds.
14 results for "NPP_SetWindow":
NPP_SetWindow - Archive of obsolete content
ArchivePluginsReferenceNPP SetWindow
syntax #include <npapi.h> nperror npp_setwindow(npp instance, npwindow *window); parameters the function has the following parameters: instance pointer to the current plug-in instance.
... description the browser calls npp_setwindow after creating the instance to allow drawing to begin.
... subsequent calls to npp_setwindow indicate changes in size or position; these calls pass the same npwindow object each time, but with different values.
...And 4 more matches
Drawing and Event Handling - Plugins
PluginsGuideDrawing and Event Handling
for windowless plug-ins, the browser calls the npp_setwindow method with an npwindow structure that represents a drawable.
... for windowed plug-ins, the browser calls the npp_setwindow method with an npwindow structure that represents a window.
...the browser calls npp_setwindow whenever the drawable changes.
...And 16 more matches
NPWindow - Archive of obsolete content
ArchivePluginsReferenceNPWindow
for windowed plug-ins, the browser calls the npp_setwindow method with an npwindow structure that represents a drawable (a pointer to an npwindow allocated by the browser).
... this window is valid until npp_setwindow is called again with a different window or the instance is destroyed.
...for windowless plug-ins, the browser calls the npp_setwindow method with an npwindow structure that represents a drawable.
... see also npp_setwindow, np_port, npsetwindowcallbackstruct, nprect ...
NPSetWindowCallbackStruct - Archive of obsolete content
ArchivePluginsReferenceNPSetWindowCallbackStruct
the npp_setwindow() function passes a pointer to this structure to the plug-in.
... the structure is valid for the lifetime of the npwindow, that is, until npp_setwindow() is called again or the instance is destroyed.
...see also npp_setwindow() npwindow npprintcallbackstruct npanycallbackstruct ...
NP_Port - Archive of obsolete content
ArchivePluginsReferenceNP Port
the np_port is valid for the lifetime of the npwindow, that is, until npp_setwindow is called again with a different value or the instance is destroyed.
... see also npp_setwindow, npwindow ...
XEmbed Extension for Mozilla Plugins - Archive of obsolete content
ArchivePluginsXEmbed Extension for Mozilla Plugins
there are only two key differences: in the npp_setwindow call, the window parameter will be the xid of the hosting xembed window.
...the general idea is that you use the xid that was passed into your npp_setwindow() call and create a gtkplug to host inside of that socket.
Index - Archive of obsolete content
ArchiveIndex
3686 npp_setwindow npapi, plugins tells the plug-in when a window is created, moved, sized, or destroyed.
Index of archived content - Archive of obsolete content
ArchiveIndex of archived content
npn_status npn_utf8fromidentifier npn_useragent npn_version npn_write npobject npp nppvariable npp_destroy npp_destroystream npp_getvalue npp_handleevent npp_new npp_newstream npp_print npp_setvalue npp_setwindow npp_streamasfile npp_urlnotify npp_write npp_writeready npprint npprintcallbackstruct nprect npregion npsaveddata npsetwindowcallbackstruct npstream npstring nputf8 npvariant npvarianttype npwindow ...
NPAPI plug-in side API - Archive of obsolete content
ArchivePluginsReferencePlug-in side
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 ...
NPAPI plugin reference - Archive of obsolete content
ArchivePluginsReference
npp_setwindow tells the plug-in when a window is created, moved, sized, or destroyed.
Plug-in Development Overview - Gecko Plugin API Reference
Gecko Plugin API ReferencePlug-in Development Overview
npp_setwindow: set the window in which a plug-in draws.
Plug-in Development Overview - Plugins
PluginsGuidePlug-in Development Overview
npp_setwindow: set the window in which a plug-in draws.
Plug-in Side Plug-in API - Plugins
PluginsGuidePlug-in Side Plug-in API
npp_setwindow tells the plug-in when a window is created, moved, sized, or destroyed.
Gecko Plugin API Reference - Plugins
PluginsGuide
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 this chapter describes methods in the plug-in api that are available from the browser.