Clipboard

Clipboard
Cut and paste
Functions/Procedures
Subtopics

Clipboard

[func]
get_clip_text
()

Category: Clipboard

Returns: Current clipboard text

This returns the text currently within the clipboard. If there is non-text data in the clipboard ( such as a picture ), it will return a sequence with the word data inside of it.


Clipboard

[proc]
set_clip_text
( sequence text )

Category: Clipboard

This removes the current text in the clipboard and inserts the user-defined text in it's place.


Clipboard

[proc]
use_primary_selection
( atom primary )

Category: Clipboard

On platforms supporting it (currently only GTK), selects the so called PRIMARY SELECTION as the clipboard as opposed to the normal clipboard, if primary is true.