Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
gsequenceA :: (Generic1 f, Traversable (Rep1 f), Applicative m) => f (m a) -> m (f a)generic-data Generic.Data.Internal.Prelude Deprecated: This definition has been replaced with gsequenceA.
gsequenceA :: (Generic1 f, GTraversable (Rep1 f), Applicative m) => f (m a) -> m (f a)generic-data Generic.Data.Internal.Traversable Generic sequenceA.
instance Traversable MyTypeF where sequenceA = gsequenceA
See also gtraverse.module GI.Gdk.Structs.
EventSequence No description available in the introspection data.
-
gi-gdk3 GI.Gdk.Structs.EventSequence Memory-managed wrapper type.
EventSequence :: ManagedPtr EventSequence -> EventSequencegi-gdk3 GI.Gdk.Structs.EventSequence No documentation available.
clearEventTouchSequence :: MonadIO m => EventTouch -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “sequence” field to Nothing. When overloading is enabled, this is equivalent to
clear #sequence
getEventTouchSequence :: MonadIO m => EventTouch -> m (Maybe EventSequence)gi-gdk3 GI.Gdk.Structs.EventTouch Get the value of the “sequence” field. When overloading is enabled, this is equivalent to
get eventTouch #sequence
setEventTouchSequence :: MonadIO m => EventTouch -> Ptr EventSequence -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “sequence” field. When overloading is enabled, this is equivalent to
set eventTouch [ #sequence := value ]
eventGetEventSequence :: (HasCallStack, MonadIO m) => Event -> m EventSequencegi-gdk3 GI.Gdk.Unions.Event If event if of type EventTypeTouchBegin, EventTypeTouchUpdate, EventTypeTouchEnd or EventTypeTouchCancel, returns the EventSequence to which the event belongs. Otherwise, return Nothing. Since: 3.4
eventGetEventSequence :: (HasCallStack, MonadIO m, IsEvent a) => a -> m EventSequencegi-gdk4 GI.Gdk.Objects.Event Returns the event sequence to which the event belongs. Related touch events are connected in a sequence. Other events typically don't have event sequence information.