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.
-
X11 Graphics.X11.Types No documentation available.
-
X11 Graphics.X11.Types No documentation available.
-
X11 Graphics.X11.Xlib.Atom No documentation available.
setForeground :: Display -> GC -> Pixel -> IO ()X11 Graphics.X11.Xlib.Context interface to the X11 library function XSetForeground().
waitForEvent :: Display -> Word32 -> IO BoolX11 Graphics.X11.Xlib.Event Reads an event with a timeout (in microseconds). Returns True if timeout occurs.
-
X11 Graphics.X11.Xlib.Extras No documentation available.
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).