Ultralight C API 1.4.0
|
User-defined clipboard interface.
#include <Ultralight/CAPI/CAPI_Clipboard.h>
The library uses this to read and write data to the system's clipboard.
Classes | |
struct | ULClipboard |
User-defined clipboard interface. More... | |
Typedefs | |
typedef void(* | ULClipboardClearCallback) () |
The callback invoked when the library wants to clear the system's clipboard. | |
typedef void(* | ULClipboardReadPlainTextCallback) (ULString result) |
The callback invoked when the library wants to read from the system's clipboard. | |
typedef void(* | ULClipboardWritePlainTextCallback) (ULString text) |
The callback invoked when the library wants to write to the system's clipboard. | |
typedef void(* ULClipboardClearCallback) () |
The callback invoked when the library wants to clear the system's clipboard.
typedef void(* ULClipboardReadPlainTextCallback) (ULString result) |
The callback invoked when the library wants to read from the system's clipboard.
You should store the result (if any) in 'result'.
typedef void(* ULClipboardWritePlainTextCallback) (ULString text) |
The callback invoked when the library wants to write to the system's clipboard.