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. getSurfaceMapped :: (MonadIO m, IsSurface o) => o -> m Bool

    gi-gdk4 GI.Gdk.Objects.Surface

    Get the value of the “mapped” property. When overloading is enabled, this is equivalent to

    get surface #mapped
    

  2. surfaceGetMapped :: (HasCallStack, MonadIO m, IsSurface a) => a -> m Bool

    gi-gdk4 GI.Gdk.Objects.Surface

    Checks whether the surface has been mapped. A surface is mapped with toplevelPresent or popupPresent.

  3. module GI.Gdk.Structs.KeymapKey

    A GdkKeymapKey is a hardware key that can be mapped to a keyval.

  4. newtype KeymapKey

    gi-gdk4 GI.Gdk.Structs.KeymapKey

    Memory-managed wrapper type.

  5. KeymapKey :: ManagedPtr KeymapKey -> KeymapKey

    gi-gdk4 GI.Gdk.Structs.KeymapKey

    No documentation available.

  6. getKeymapKeyGroup :: MonadIO m => KeymapKey -> m Int32

    gi-gdk4 GI.Gdk.Structs.KeymapKey

    Get the value of the “group” field. When overloading is enabled, this is equivalent to

    get keymapKey #group
    

  7. getKeymapKeyKeycode :: MonadIO m => KeymapKey -> m Word32

    gi-gdk4 GI.Gdk.Structs.KeymapKey

    Get the value of the “keycode” field. When overloading is enabled, this is equivalent to

    get keymapKey #keycode
    

  8. getKeymapKeyLevel :: MonadIO m => KeymapKey -> m Int32

    gi-gdk4 GI.Gdk.Structs.KeymapKey

    Get the value of the “level” field. When overloading is enabled, this is equivalent to

    get keymapKey #level
    

  9. newZeroKeymapKey :: MonadIO m => m KeymapKey

    gi-gdk4 GI.Gdk.Structs.KeymapKey

    Construct a KeymapKey struct initialized to zero.

  10. setKeymapKeyGroup :: MonadIO m => KeymapKey -> Int32 -> m ()

    gi-gdk4 GI.Gdk.Structs.KeymapKey

    Set the value of the “group” field. When overloading is enabled, this is equivalent to

    set keymapKey [ #group := value ]
    

Page 619 of many | Previous | Next