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. CursorTypeCursorIsPixmap :: CursorType

    gi-gdk3 GI.Gdk.Enums

    type of cursors constructed with cursorNewFromPixbuf

  2. EventTypeMap :: EventType

    gi-gdk3 GI.Gdk.Enums

    the window has been mapped.

  3. EventTypeUnmap :: EventType

    gi-gdk3 GI.Gdk.Enums

    the window has been unmapped.

  4. module GI.Gdk.Objects.Keymap

    A Keymap defines the translation from keyboard state (including a hardware key, a modifier mask, and active keyboard group) to a keyval. This translation has two phases. The first phase is to determine the effective keyboard group and level for the keyboard state; the second phase is to look up the keycode/group/level triplet in the keymap and see what keyval it corresponds to.

  5. class (GObject o, IsDescendantOf Keymap o) => IsKeymap o

    gi-gdk3 GI.Gdk.Objects.Keymap

    Type class for types which can be safely cast to Keymap, for instance with toKeymap.

  6. newtype Keymap

    gi-gdk3 GI.Gdk.Objects.Keymap

    Memory-managed wrapper type.

  7. Keymap :: ManagedPtr Keymap -> Keymap

    gi-gdk3 GI.Gdk.Objects.Keymap

    No documentation available.

  8. type KeymapDirectionChangedCallback = IO ()

    gi-gdk3 GI.Gdk.Objects.Keymap

    The directionChanged signal gets emitted when the direction of the keymap changes. Since: 2.0

  9. type KeymapKeysChangedCallback = IO ()

    gi-gdk3 GI.Gdk.Objects.Keymap

    The keysChanged signal is emitted when the mapping represented by keymap changes. Since: 2.2

  10. type KeymapStateChangedCallback = IO ()

    gi-gdk3 GI.Gdk.Objects.Keymap

    The stateChanged signal is emitted when the state of the keyboard changes, e.g when Caps Lock is turned on or off. See keymapGetCapsLockState. Since: 2.16

Page 942 of many | Previous | Next