Package: gdk

Accessor gdk:clipboard-content

Lambda List

gdk:clipboard-content (object)

Syntax

(gdk:clipboard-content object) => content

Arguments

object -- a gdk:clipboard object
content -- a gdk:content-provider instance

Details

Accessor of the content slot of the gdk:clipboard class. The gdk:clipboard-content function returns the gdk:content-provider object currently set on clipboard. If the clipboard is empty or its contents are not owned by the current process, nil will be returned.

Notes

The content property is not writeable. Use the gdk:clipboard-set-content function to set the content provider.
 

See also

2023-7-30