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.
CursorTypeCursorIsPixmap :: CursorTypegi-gdk3 GI.Gdk.Enums type of cursors constructed with cursorNewFromPixbuf
-
gi-gdk3 GI.Gdk.Enums the window has been mapped.
-
gi-gdk3 GI.Gdk.Enums the window has been unmapped.
-
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.
class (GObject o, IsDescendantOf Keymap o) =>
IsKeymap ogi-gdk3 GI.Gdk.Objects.Keymap Type class for types which can be safely cast to Keymap, for instance with toKeymap.
-
gi-gdk3 GI.Gdk.Objects.Keymap Memory-managed wrapper type.
Keymap :: ManagedPtr Keymap -> Keymapgi-gdk3 GI.Gdk.Objects.Keymap No documentation available.
type
KeymapDirectionChangedCallback = IO ()gi-gdk3 GI.Gdk.Objects.Keymap The directionChanged signal gets emitted when the direction of the keymap changes. Since: 2.0
type
KeymapKeysChangedCallback = IO ()gi-gdk3 GI.Gdk.Objects.Keymap The keysChanged signal is emitted when the mapping represented by keymap changes. Since: 2.2
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