[][src]Module smithay_client_toolkit::primary_selection

Helpers to handle primary selection related actions.

If you're not using default_environment! you should call get_primary_selection_manager to bind proper primary selection manager.

Structs

PrimarySelectionDevice

Handle to support primary selection on a given seat.

PrimarySelectionHandler

A handler for primary selection.

PrimarySelectionOffer

A primary selection offer for receiving data through copy/paste.

PrimarySelectionSource

A primary selection source for sending data through copy/paste.

Enums

PrimarySelectionDeviceManager

Possible supported primary selection protocols

PrimarySelectionSourceEvent

Possible events a primary selection source needs to react to.

Traits

PrimarySelectionHandling

An interface trait to forward the primary selection device handler capability.