Expand description
Access the clipboard.
Structs§
- DndDestination
Rectangles - A list of DnD destination rectangles.
- Icon
Surface - Null
- A null implementation of the
Clipboard
trait.
Enums§
Traits§
- Clipboard
- A buffer for short-term storage and transfer within and between applications.
Functions§
- peek_
dnd - Reads the current content of the primary
Clipboard
. - read_
data - Reads the current content of the
Clipboard
. - read_
primary_ data - Reads the current content of the primary
Clipboard
. - start_
dnd - Starts a DnD operation. icon surface is a tuple of the icon element and optionally the icon element state.