Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk4 GI.Gtk.Objects.Gesture Connect a signal handler for the sequenceStateChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after gesture #sequenceStateChanged callback
By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension. -
gi-gtk4 GI.Gtk.Objects.Gesture Returns the GdkEventSequence that was last updated on gesture.
-
gi-gtk4 GI.Gtk.Objects.Gesture Returns the sequence state, as seen by gesture.
gestureGetSequences :: (HasCallStack, MonadIO m, IsGesture a) => a -> m [EventSequence]gi-gtk4 GI.Gtk.Objects.Gesture Returns the list of GdkEventSequences currently being interpreted by gesture.
-
gi-gtk4 GI.Gtk.Objects.Gesture Returns True if gesture is currently handling events corresponding to sequence.
-
gi-gtk4 GI.Gtk.Objects.Gesture Deprecated: (Since version 4.10.)Use gestureSetState
-
gi-gtk4 GI.Gtk.Objects.Gesture Connect a signal handler for the sequenceStateChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on gesture #sequenceStateChanged callback
-
gi-gtk4 GI.Gtk.Objects.GestureSingle Returns the event sequence currently interacting with gesture. This is only meaningful if gestureIsActive returns True.
mrgSequence :: (Mergeable a, Mergeable1 t, MonadTryMerge f, Traversable t) => t (f a) -> f (t a)grisette Grisette.Lib.Control.Monad sequence with MergingStrategy knowledge propagation.
mrgSequence_ :: (Foldable t, MonadTryMerge m) => t (m a) -> m ()grisette Grisette.Lib.Control.Monad sequence_ with MergingStrategy knowledge propagation.