Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. type ImageFormat = CInt

    X11 Graphics.X11.Types

    No documentation available.

  2. gCForeground :: GCMask

    X11 Graphics.X11.Types

    No documentation available.

  3. wM_TRANSIENT_FOR :: Atom

    X11 Graphics.X11.Xlib.Atom

    No documentation available.

  4. setForeground :: Display -> GC -> Pixel -> IO ()

    X11 Graphics.X11.Xlib.Context

    interface to the X11 library function XSetForeground().

  5. waitForEvent :: Display -> Word32 -> IO Bool

    X11 Graphics.X11.Xlib.Event

    Reads an event with a timeout (in microseconds). Returns True if timeout occurs.

  6. ev_forced :: Event -> !Bool

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

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

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  8. tp_format :: TextProperty -> CInt

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

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

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

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

Page 618 of many | Previous | Next