Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. cursorNewFromPixmap :: Pixmap -> Pixmap -> Color -> Color -> Int -> Int -> IO Cursor

    gtk Graphics.UI.Gtk.Gdk.Cursor

    Creates a new cursor from a given pixmap and mask. Both the pixmap and mask must have a depth of 1 (i.e. each pixel has only 2 values - on or off). The standard cursor size is 16 by 16 pixels. Removed in Gtk3.

  2. module Graphics.UI.Gtk.Gdk.Keymap

    Functions for manipulating keyboard codes

  3. data Keymap

    gtk Graphics.UI.Gtk.Gdk.Keymap

    No documentation available.

  4. class GObjectClass o => KeymapClass o

    gtk Graphics.UI.Gtk.Gdk.Keymap

    No documentation available.

  5. data KeymapKey

    gtk Graphics.UI.Gtk.Gdk.Keymap

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

  6. castToKeymap :: GObjectClass obj => obj -> Keymap

    gtk Graphics.UI.Gtk.Gdk.Keymap

    No documentation available.

  7. keymapDirectionChanged :: KeymapClass self => Signal self (IO ())

    gtk Graphics.UI.Gtk.Gdk.Keymap

    The keymapDirectionChanged signal gets emitted when the direction of the keymap changes.

    • Available since Gdk version 2.0

  8. keymapGetCapsLockState :: KeymapClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Gdk.Keymap

    Returns whether the Caps Lock modifier is locked.

    • Available since Gdk version 2.16

  9. keymapGetDefault :: IO Keymap

    gtk Graphics.UI.Gtk.Gdk.Keymap

    Returns the Keymap attached to the default display.

  10. keymapGetDirection :: KeymapClass self => self -> IO PangoDirection

    gtk Graphics.UI.Gtk.Gdk.Keymap

    Returns the direction of effective layout of the keymap. Returns the direction of the keymap.

Page 1056 of many | Previous | Next