Module clipboard

Source
Expand description

Access the clipboard.

Structs§

DndDestinationRectangles
A list of DnD destination rectangles.
IconSurface
Null
A null implementation of the Clipboard trait.

Enums§

DndSource
Source of a DnD operation.
Kind
The kind of Clipboard.

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.

Type Aliases§

DynIconSurface