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.

  1. pattern KEY_similarequal :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  2. pattern KEY_stricteq :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  3. pattern KEY_threequarters :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  4. eventGetEventSequence :: (HasCallStack, MonadIO m, IsEvent a) => a -> m EventSequence

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

  5. frameClockRequestPhase :: (HasCallStack, MonadIO m, IsFrameClock a) => a -> [FrameClockPhase] -> m ()

    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.

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

  7. gLContextSetRequiredVersion :: (HasCallStack, MonadIO m, IsGLContext a) => a -> Int32 -> Int32 -> m ()

    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.

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

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

  10. dmabufFormatsEqual :: (HasCallStack, MonadIO m) => Maybe DmabufFormats -> Maybe DmabufFormats -> m Bool

    gi-gdk4 GI.Gdk.Structs.DmabufFormats

    Returns whether formats1 and formats2 contain the same dmabuf formats, in the same order. Since: 4.14

Page 428 of many | Previous | Next