Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setErrorHandler :: XErrorHandler -> IO ()

    X11 Graphics.X11.Xlib.Extras

    A binding to XSetErrorHandler. NOTE: This is pretty experimental because of safe vs. unsafe calls. I changed sync to a safe call, but there *might* be other calls that cause a problem

  2. setEventType :: XEventPtr -> EventType -> IO ()

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  3. setKeyEvent :: XEventPtr -> Window -> Window -> Window -> KeyMask -> KeyCode -> Bool -> IO ()

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  4. setSelectionNotify :: XEventPtr -> Window -> Atom -> Atom -> Atom -> Time -> IO ()

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  5. setWMHints :: Display -> Window -> WMHints -> IO Status

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  6. setWMNormalHints :: Display -> Window -> SizeHints -> IO ()

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  7. setCloseDownMode :: Display -> CloseDownMode -> IO ()

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XSetCloseDownMode().

  8. setDefaultErrorHandler :: IO ()

    X11 Graphics.X11.Xlib.Misc

    The Xlib library reports most errors by invoking a user-provided error handler. This function installs an error handler that prints a textual representation of the error.

  9. setIconName :: Display -> Window -> String -> IO ()

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XSetIconName().

  10. setInputFocus :: Display -> Window -> FocusMode -> Time -> IO ()

    X11 Graphics.X11.Xlib.Misc

    interface to the X11 library function XSetInputFocus().

Page 324 of many | Previous | Next