Search completed in 1.08 seconds.
6 results for "NP_Full":
NPPrint - Archive of obsolete content
ArchivePluginsReferenceNPPrint
syntax typedef struct _npprint { uint16 mode; /* np_full or np_embed */ union { npfullprint fullprint; /* if mode is np_full */ npembedprint embedprint; /* if mode is np_embed */ } print; } npprint; fields the data structure has the following fields: mode determines whether plug-in prints in full-page or embedded mode.
... values: np_full: pointer to npfullprint structure.
Drawing and Event Handling - Plugins
PluginsGuideDrawing and Event Handling
it is set to either np_full to indicate full-page plug-in printing, or np_embed if this is an embedded plug-in printed as part of the window in which it is embedded.
...in this case, before the browser displays any print dialog boxes, npp_print is called with printinfo->mode equal to np_full.
Initialization and Destruction - Plugins
PluginsGuideInitialization and Destruction
the mode parameter identifies the display mode in which the plug-in was invoked, either np_embed or np_full.
... np_full means that the instance was created by a separate file and is the primary content in the window.
NPFullPrint - Archive of obsolete content
ArchivePluginsReferenceNPFullPrint
the npfullprint structure is used when the mode field of npprint is set to np_full.
NPP_New - Archive of obsolete content
ArchivePluginsReferenceNPP New
np_full: (2) instance was created by a separate file and is the primary content in the window.
NPP_SetWindow - Archive of obsolete content
ArchivePluginsReferenceNPP SetWindow
note: npp_setwindow is useful only for embedded (np_embed) or full-screen (np_full) plug-ins, which are drawn into windows.