Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getTransientForHint :: Display -> Window -> IO (Maybe Window)X11 Graphics.X11.Xlib.Extras No documentation available.
tp_format :: TextProperty -> CIntX11 Graphics.X11.Xlib.Extras No documentation available.
xGetTransientForHint :: Display -> Window -> Ptr Window -> IO StatusX11 Graphics.X11.Xlib.Extras No documentation available.
hForLines_ :: Handle -> (Bytes -> IO a) -> IO ()byteslice Data.Bytes.Text.AsciiExt Perform an action on each line of the input, discarding results. To maintain a running state, see hFoldLines. Lines are extracted with with hGetLine, which does not document its detection algorithm. As of writing (bytestring v0.11.1.0), lines are delimited by a single n character (UNIX-style, as all things should be).
-
cairo Graphics.Rendering.Cairo No documentation available.
createImageSurfaceForData :: PixelData -> Format -> Int -> Int -> Int -> IO Surfacecairo Graphics.Rendering.Cairo Like createImageSurface but creating a surface to target external data pointed to by PixelData.
imageSurfaceGetFormat :: MonadIO m => Surface -> m Formatcairo Graphics.Rendering.Cairo Get the format of the surface.
transform :: Matrix -> Render ()cairo Graphics.Rendering.Cairo Modifies the current transformation matrix (CTM) by applying matrix as an additional transformation. The new transformation of user space takes place after any existing transformation.
withImageSurfaceForData :: PixelData -> Format -> Int -> Int -> Int -> (Surface -> IO a) -> IO acairo Graphics.Rendering.Cairo Like withImageSurface but creating a surface to target external data pointed to by PixelData.
withPatternForSurface :: Surface -> (Pattern -> Render a) -> Render acairo Graphics.Rendering.Cairo Create a new Pattern for the given surface.