Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. onKeymapStateChanged :: (IsKeymap a, MonadIO m) => a -> ((?self :: a) => KeymapStateChangedCallback) -> m SignalHandlerId

    gi-gdk3 GI.Gdk.Objects.Keymap

    Connect a signal handler for the stateChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on keymap #stateChanged callback
    

  2. toKeymap :: (MonadIO m, IsKeymap o) => o -> m Keymap

    gi-gdk3 GI.Gdk.Objects.Keymap

    Cast to Keymap, for types for which this is known to be safe. For general casts, use castTo.

  3. visualGetColormapSize :: (HasCallStack, MonadIO m, IsVisual a) => a -> m Int32

    gi-gdk3 GI.Gdk.Objects.Visual

    Deprecated: (Since version 3.22)This information is not useful, since GDK does notprovide APIs to operate on colormaps.

  4. windowGetFocusOnMap :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Bool

    gi-gdk3 GI.Gdk.Objects.Window

    Determines whether or not the desktop environment should be hinted that the window does not want to receive input focus when it is mapped. Since: 2.22

  5. windowSetFocusOnMap :: (HasCallStack, MonadIO m, IsWindow a) => a -> Bool -> m ()

    gi-gdk3 GI.Gdk.Objects.Window

    Setting focusOnMap to False hints the desktop environment that the window doesn’t want to receive input focus when it is mapped. focus_on_map should be turned off for windows that aren’t triggered interactively (such as popups from network activity). On X, it is the responsibility of the window manager to interpret this hint. Window managers following the freedesktop.org window manager extension specification should respect it. Since: 2.6

  6. module GI.Gdk.Structs.KeymapKey

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

  7. newtype KeymapKey

    gi-gdk3 GI.Gdk.Structs.KeymapKey

    Memory-managed wrapper type.

  8. KeymapKey :: ManagedPtr KeymapKey -> KeymapKey

    gi-gdk3 GI.Gdk.Structs.KeymapKey

    No documentation available.

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

    gi-gdk3 GI.Gdk.Structs.KeymapKey

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

    get keymapKey #group
    

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

    gi-gdk3 GI.Gdk.Structs.KeymapKey

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

    get keymapKey #keycode
    

Page 945 of many | Previous | Next