Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
KEY_botrightsummation :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_botvertsummationconnector :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_rightmiddlesummation :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_topleftsummation :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_toprightsummation :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_topvertsummationconnector :: Word32gi-gdk3 GI.Gdk.Constants No description available in the introspection data.
FrameClockPhaseResumeEvents :: FrameClockPhasegi-gdk3 GI.Gdk.Flags corresponds to GdkFrameClockresumeEvents. Should not be handled by applications.
type
FrameClockResumeEventsCallback = IO ()gi-gdk3 GI.Gdk.Objects.FrameClock This signal is emitted after processing of the frame is finished, and is handled internally by GTK+ to resume normal event processing. Applications should not handle this signal.
-
gi-gdk3 GI.Gdk.Objects.FrameClock Connect a signal handler for the resumeEvents signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after frameClock #resumeEvents 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-gdk3 GI.Gdk.Objects.FrameClock Connect a signal handler for the resumeEvents signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on frameClock #resumeEvents callback