Ultralight C API 1.3.0
|
Go to the source code of this file.
Data Structures | |
struct | ULClipboard |
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.