Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. xGetModifierMapping :: Display -> IO (Ptr ())

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  2. xRefreshKeyboardMapping :: Ptr () -> IO CInt

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  3. xUnmapWindow :: Display -> Window -> IO CInt

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  4. bitmapBitOrder :: Display -> ByteOrder

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XBitmapBitOrder().

  5. bitmapPad :: Display -> CInt

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XBitmapPad().

  6. bitmapUnit :: Display -> CInt

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XBitmapUnit().

  7. createPixmap :: Display -> Drawable -> Dimension -> Dimension -> CInt -> IO Pixmap

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XCreatePixmap().

  8. createPixmapCursor :: Display -> Pixmap -> Pixmap -> Color -> Color -> Dimension -> Dimension -> IO Cursor

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XCreatePixmapCursor().

  9. freePixmap :: Display -> Pixmap -> IO ()

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XFreePixmap().

  10. readBitmapFile :: Display -> Drawable -> String -> IO (Either String (Dimension, Dimension, Pixmap, Maybe CInt, Maybe CInt))

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XReadBitmapFile.

Page 559 of many | Previous | Next