helic-0.1.0.0: lib/Helic/Data/XClipboardEvent.hs
{-# options_haddock prune #-}
-- |XClipboardEvent Data Type, Internal
module Helic.Data.XClipboardEvent where
import Helic.Data.Selection (Selection)
data XClipboardEvent =
XClipboardEvent {
text :: Text,
selection :: Selection
}
deriving stock (Eq, Show)