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.
-
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
toKeymap :: (MonadIO m, IsKeymap o) => o -> m Keymapgi-gdk3 GI.Gdk.Objects.Keymap Cast to Keymap, for types for which this is known to be safe. For general casts, use castTo.
visualGetColormapSize :: (HasCallStack, MonadIO m, IsVisual a) => a -> m Int32gi-gdk3 GI.Gdk.Objects.Visual Deprecated: (Since version 3.22)This information is not useful, since GDK does notprovide APIs to operate on colormaps.
windowGetFocusOnMap :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Boolgi-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
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
module GI.Gdk.Structs.
KeymapKey A KeymapKey is a hardware key that can be mapped to a keyval.
-
gi-gdk3 GI.Gdk.Structs.KeymapKey Memory-managed wrapper type.
KeymapKey :: ManagedPtr KeymapKey -> KeymapKeygi-gdk3 GI.Gdk.Structs.KeymapKey No documentation available.
getKeymapKeyGroup :: MonadIO m => KeymapKey -> m Int32gi-gdk3 GI.Gdk.Structs.KeymapKey Get the value of the “group” field. When overloading is enabled, this is equivalent to
get keymapKey #group
getKeymapKeyKeycode :: MonadIO m => KeymapKey -> m Word32gi-gdk3 GI.Gdk.Structs.KeymapKey Get the value of the “keycode” field. When overloading is enabled, this is equivalent to
get keymapKey #keycode