Package: gdk
Class gdk:clipboard
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gdk:clipboard object represents data shared between applications
or inside an application. To get a gdk:clipboard object, use the gdk:display-clipboard or gdk:display-primary-clipboard functions. You can find out about the data that is currently available in a clipboard using the gdk:clipboard-formats function. To make text or image data available in a clipboard, use the gdk:clipboard-set-text or gdk:clipboard-set-texture functions. For other data, you can use the gdk:clipboard-set-content function, which takes a gdk:content-provider object. To read textual or image data from a clipboard, use the gdk:clipboard-read-text-async or gdk:clipboard-read-texture-async functions. Signal DetailsThe "changed" signallambda (clipboard) :run-last
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2023-7-30