Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. allocNone :: ColormapAlloc

    X11 Graphics.X11.Types

    No documentation available.

  2. allocColor :: Display -> Colormap -> Color -> IO Color

    X11 Graphics.X11.Xlib.Color

    interface to the X11 library function XAllocColor().

  3. allocNamedColor :: Display -> Colormap -> String -> IO (Color, Color)

    X11 Graphics.X11.Xlib.Color

    interface to the X11 library function XAllocNamedColor().

  4. allPlanes_aux :: Pixel

    X11 Graphics.X11.Xlib.Display

    interface to the X11 library function XAllPlanes().

  5. allocaXEvent :: (XEventPtr -> IO a) -> IO a

    X11 Graphics.X11.Xlib.Event

    No documentation available.

  6. allowEvents :: Display -> AllowEvents -> Time -> IO ()

    X11 Graphics.X11.Xlib.Event

    interface to the X11 library function XAllowEvents().

  7. allHintsBitmask :: CLong

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  8. allocaSetWindowAttributes :: (Ptr SetWindowAttributes -> IO a) -> IO a

    X11 Graphics.X11.Xlib.Misc

    No documentation available.

  9. allowExposures :: AllowExposuresMode

    X11 Graphics.X11.Xlib.Misc

    No documentation available.

  10. allowInterrupt :: IO ()

    ghc-internal GHC.Internal.Control.Exception

    When invoked inside mask, this function allows a masked asynchronous exception to be raised, if one exists. It is equivalent to performing an interruptible operation (see #interruptible), but does not involve any actual blocking. When called outside mask, or inside uninterruptibleMask, this function has no effect.

Page 92 of many | Previous | Next