89
edits
(→Themes) |
|||
Line 829: | Line 829: | ||
<pre> | <pre> | ||
typedef NPError (*NPPPrintEndPtr) (NPP instance); | typedef NPError (*NPPPrintEndPtr) (NPP instance); | ||
</pre> | |||
= Clipboard = | |||
In addition to devices API below, the NPExtensions struct provides a function pointer that can be used to copy strings to the clipboard. | |||
<pre> | |||
/* Copy UTF-8 string into clipboard */ | |||
typedef void (*NPCopyTextToClipboardPtr)( | |||
NPP instance, | |||
const char* content); | |||
</pre> | </pre> | ||
= Themes = | = Themes = |
edits