Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. gestureGetSequenceState :: (HasCallStack, MonadIO m, IsGesture a) => a -> EventSequence -> m EventSequenceState

    gi-gtk4 GI.Gtk.Objects.Gesture

    Returns the sequence state, as seen by gesture.

  2. 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.

  3. gestureHandlesSequence :: (HasCallStack, MonadIO m, IsGesture a) => a -> Maybe EventSequence -> m Bool

    gi-gtk4 GI.Gtk.Objects.Gesture

    Returns True if gesture is currently handling events corresponding to sequence.

  4. gestureSetSequenceState :: (HasCallStack, MonadIO m, IsGesture a) => a -> EventSequence -> EventSequenceState -> m Bool

    gi-gtk4 GI.Gtk.Objects.Gesture

    Deprecated: (Since version 4.10.)Use gestureSetState

  5. onGestureSequenceStateChanged :: (IsGesture a, MonadIO m) => a -> ((?self :: a) => GestureSequenceStateChangedCallback) -> m SignalHandlerId

    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
    

  6. gestureSingleGetCurrentSequence :: (HasCallStack, MonadIO m, IsGestureSingle a) => a -> m (Maybe EventSequence)

    gi-gtk4 GI.Gtk.Objects.GestureSingle

    Returns the event sequence currently interacting with gesture. This is only meaningful if gestureIsActive returns True.

  7. module Data.Graph.DGraph.DegreeSequence

    No documentation available.

  8. newtype DegreeSequence

    graphite Data.Graph.DGraph.DegreeSequence

    The Degree Sequence of a DGraph is a list of pairs (Indegree, Outdegree)

  9. DegreeSequence :: [(Int, Int)] -> DegreeSequence

    graphite Data.Graph.DGraph.DegreeSequence

    No documentation available.

  10. unDegreeSequence :: DegreeSequence -> [(Int, Int)]

    graphite Data.Graph.DGraph.DegreeSequence

    No documentation available.

Page 70 of many | Previous | Next