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.

  1. getTransientForHint :: Display -> Window -> IO (Maybe Window)

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  2. tp_format :: TextProperty -> CInt

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  3. xGetTransientForHint :: Display -> Window -> Ptr Window -> IO Status

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  4. 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).

  5. StatusInvalidFormat :: Status

    cairo Graphics.Rendering.Cairo

    No documentation available.

  6. createImageSurfaceForData :: PixelData -> Format -> Int -> Int -> Int -> IO Surface

    cairo Graphics.Rendering.Cairo

    Like createImageSurface but creating a surface to target external data pointed to by PixelData.

  7. imageSurfaceGetFormat :: MonadIO m => Surface -> m Format

    cairo Graphics.Rendering.Cairo

    Get the format of the surface.

  8. 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.

  9. withImageSurfaceForData :: PixelData -> Format -> Int -> Int -> Int -> (Surface -> IO a) -> IO a

    cairo Graphics.Rendering.Cairo

    Like withImageSurface but creating a surface to target external data pointed to by PixelData.

  10. withPatternForSurface :: Surface -> (Pattern -> Render a) -> Render a

    cairo Graphics.Rendering.Cairo

    Create a new Pattern for the given surface.

Page 621 of many | Previous | Next