| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Helic.Data.Selection
Description
The data type Selection enumerates the different types of basic clipboards that X11 operates on.
Internal.
Documentation
This type enumerates the different types of basic clipboards that X11 operates on.
Constructors
| Clipboard | Usually the target of explicit copy commands (ctrl-c). |
| Primary | Stores the cursor selection. |
| Secondary | Only used in exotic situations. |
Instances
| Bounded Selection Source # | |
| Enum Selection Source # | |
Defined in Helic.Data.Selection Methods succ :: Selection -> Selection # pred :: Selection -> Selection # fromEnum :: Selection -> Int # enumFrom :: Selection -> [Selection] # enumFromThen :: Selection -> Selection -> [Selection] # enumFromTo :: Selection -> Selection -> [Selection] # enumFromThenTo :: Selection -> Selection -> Selection -> [Selection] # | |
| Show Selection Source # | |
| Eq Selection Source # | |
| Ord Selection Source # | |