clipboard
Factor handbook » UI framework » Implementing new gadgets » Clipboard protocol

Prev:set-clipboard-contents ( string clipboard -- )
Next:selection


Vocabulary
ui.clipboards

Variable description
Global variable holding the system clipboard. By convention, text should only be copied to the clipboard via an explicit user action, for example by pressing C+c.

Class description
A mutable container for a single string implementing the Clipboard protocol.

Definition


Methods