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.
-
X11 Graphics.X11.Types No documentation available.
allocColor :: Display -> Colormap -> Color -> IO ColorX11 Graphics.X11.Xlib.Color interface to the X11 library function XAllocColor().
allocNamedColor :: Display -> Colormap -> String -> IO (Color, Color)X11 Graphics.X11.Xlib.Color interface to the X11 library function XAllocNamedColor().
-
X11 Graphics.X11.Xlib.Display interface to the X11 library function XAllPlanes().
allocaXEvent :: (XEventPtr -> IO a) -> IO aX11 Graphics.X11.Xlib.Event No documentation available.
allowEvents :: Display -> AllowEvents -> Time -> IO ()X11 Graphics.X11.Xlib.Event interface to the X11 library function XAllowEvents().
-
X11 Graphics.X11.Xlib.Extras No documentation available.
allocaSetWindowAttributes :: (Ptr SetWindowAttributes -> IO a) -> IO aX11 Graphics.X11.Xlib.Misc No documentation available.
allowExposures :: AllowExposuresModeX11 Graphics.X11.Xlib.Misc No documentation available.
-
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.