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.
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
setEventType :: XEventPtr -> EventType -> IO ()X11 Graphics.X11.Xlib.Extras No documentation available.
setKeyEvent :: XEventPtr -> Window -> Window -> Window -> KeyMask -> KeyCode -> Bool -> IO ()X11 Graphics.X11.Xlib.Extras No documentation available.
setSelectionNotify :: XEventPtr -> Window -> Atom -> Atom -> Atom -> Time -> IO ()X11 Graphics.X11.Xlib.Extras No documentation available.
setWMHints :: Display -> Window -> WMHints -> IO StatusX11 Graphics.X11.Xlib.Extras No documentation available.
setWMNormalHints :: Display -> Window -> SizeHints -> IO ()X11 Graphics.X11.Xlib.Extras No documentation available.
setCloseDownMode :: Display -> CloseDownMode -> IO ()X11 Graphics.X11.Xlib.Misc interface to the X11 library function XSetCloseDownMode().
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.
setIconName :: Display -> Window -> String -> IO ()X11 Graphics.X11.Xlib.Misc interface to the X11 library function XSetIconName().
setInputFocus :: Display -> Window -> FocusMode -> Time -> IO ()X11 Graphics.X11.Xlib.Misc interface to the X11 library function XSetInputFocus().