Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. cairoFontMapGetDefault :: IO FontMap

    gtk3 Graphics.UI.Gtk.Cairo

    Retrieve the default FontMap that contains a list of available fonts.

    • One purpose of creating an explicit FontMap is to set a different scaling factor between font sizes (in points, pt) and Cairo units (in pixels). The default is 96dpi (dots per inch) which corresponds to an average screen as output medium. A 10pt font will therefore scale to 10pt * (1/72 pt/inch) * (96 pixel/inch) = 13.3 pixel.

  2. cairoFontMapGetResolution :: FontMap -> IO Double

    gtk3 Graphics.UI.Gtk.Cairo

    Ask for the scaling factor between font size and Cairo units.

  3. cairoFontMapSetResolution :: FontMap -> Double -> IO ()

    gtk3 Graphics.UI.Gtk.Cairo

    Set the scaling factor between font size and Cairo units.

  4. CursorIsPixmap :: CursorType

    gtk3 Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  5. module Graphics.UI.Gtk.Gdk.Keymap

    Functions for manipulating keyboard codes

  6. data Keymap

    gtk3 Graphics.UI.Gtk.Gdk.Keymap

    No documentation available.

  7. class GObjectClass o => KeymapClass o

    gtk3 Graphics.UI.Gtk.Gdk.Keymap

    No documentation available.

  8. data KeymapKey

    gtk3 Graphics.UI.Gtk.Gdk.Keymap

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

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

    gtk3 Graphics.UI.Gtk.Gdk.Keymap

    No documentation available.

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

    gtk3 Graphics.UI.Gtk.Gdk.Keymap

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

    • Available since Gdk version 2.0

Page 1175 of many | Previous | Next