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.
-
expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence No documentation available.
TestSequenceState :: (Word32, [TestSequenceEvents], Maybe b) -> TestSequenceState bexpiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence No documentation available.
runTestSequence :: Show a => TestSequence b a -> IO (TestSequenceState b, a)expiring-cache-map Caching.ExpiringCacheMap.Utils.TestSequence No documentation available.
AnotherEventSequenceState :: Int -> EventSequenceStategi-gtk4 GI.Gtk.Enums Catch-all for unknown values
-
gi-gtk4 GI.Gtk.Enums Describes the state of a EventSequence in a [classgesture].
EventSequenceStateClaimed :: EventSequenceStategi-gtk4 GI.Gtk.Enums The sequence is handled and grabbed.
EventSequenceStateDenied :: EventSequenceStategi-gtk4 GI.Gtk.Enums The sequence is denied.
EventSequenceStateNone :: EventSequenceStategi-gtk4 GI.Gtk.Enums The sequence is handled, but not grabbed.
type
GestureSequenceStateChangedCallback = Maybe EventSequence -> EventSequenceState -> IO ()gi-gtk4 GI.Gtk.Objects.Gesture Emitted whenever a sequence state changes. See gestureSetSequenceState to know more about the expectable sequence lifetimes.
-
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.