Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
KEY_similarequal :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_stricteq :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_threequarters :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
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.
-
gi-gdk4 GI.Gdk.Objects.FrameClock Asks the frame clock to run a particular phase. The signal corresponding the requested phase will be emitted the next time the frame clock processes. Multiple calls to frameClockRequestPhase will be combined together and only one frame processed. If you are displaying animated content and want to continually request the FrameClockPhaseUpdate phase for a period of time, you should use frameClockBeginUpdating instead, since this allows GTK to adjust system parameters to get maximally smooth animations.
gLContextGetRequiredVersion :: (HasCallStack, MonadIO m, IsGLContext a) => a -> m (Int32, Int32)gi-gdk4 GI.Gdk.Objects.GLContext Retrieves required OpenGL version set as a requirement for the context realization. It will not change even if a greater OpenGL version is supported and used after the context is realized. See gLContextGetVersion for the real version in use. See gLContextSetRequiredVersion.
-
gi-gdk4 GI.Gdk.Objects.GLContext Sets the major and minor version of OpenGL to request. Setting major and minor to zero will use the default values. Setting major and minor lower than the minimum versions required by GTK will result in the context choosing the minimum version. The context must not be realized or made current prior to calling this function.
surfaceQueueRender :: (HasCallStack, MonadIO m, IsSurface a) => a -> m ()gi-gdk4 GI.Gdk.Objects.Surface Forces a Surface::render signal emission for surface to be scheduled. This function is useful for implementations that track invalid regions on their own.
surfaceRequestLayout :: (HasCallStack, MonadIO m, IsSurface a) => a -> m ()gi-gdk4 GI.Gdk.Objects.Surface Request a layout phase from the surface's frame clock. See frameClockRequestPhase.
-
gi-gdk4 GI.Gdk.Structs.DmabufFormats Returns whether formats1 and formats2 contain the same dmabuf formats, in the same order. Since: 4.14