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. maxCmapsOfScreen :: Screen -> CInt

    X11 Graphics.X11.Xlib.Screen

    interface to the X11 library function XMaxCmapsOfScreen().

  2. minCmapsOfScreen :: Screen -> CInt

    X11 Graphics.X11.Xlib.Screen

    interface to the X11 library function XMinCmapsOfScreen().

  3. visualInfo_colormapSize :: VisualInfo -> CInt

    X11 Graphics.X11.Xlib.Types

    No documentation available.

  4. setWindowBackgroundPixmap :: Display -> Window -> Pixmap -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowBackgroundPixmap().

  5. setWindowBorderPixmap :: Display -> Window -> Pixmap -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowBorderPixmap().

  6. setWindowColormap :: Display -> Window -> Colormap -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowColormap().

  7. unmapSubwindows :: Display -> Window -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XUnmapSubwindows().

  8. package enummapset

    IntMap and IntSet with Enum keys/elements. This package contains simple wrappers around Data.IntMap and Data.IntSet with Enum keys and elements respectively. Especially useful for Ints wrapped with `newtype`.

  9. module Data.EnumMap

    No documentation available.

  10. data EnumMap k a

    enummapset Data.EnumMap.Lazy

    Wrapper for IntMap with Enum keys.

Page 561 of many | Previous | Next