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.
setWindowOpacity :: MonadIO m => Window -> CFloat -> m ()sdl2 SDL.Raw.Video No documentation available.
setWindowPosition :: MonadIO m => Window -> CInt -> CInt -> m ()sdl2 SDL.Raw.Video No documentation available.
setWindowSize :: MonadIO m => Window -> CInt -> CInt -> m ()sdl2 SDL.Raw.Video No documentation available.
setWindowTitle :: MonadIO m => Window -> CString -> m ()sdl2 SDL.Raw.Video No documentation available.
setClipboardText :: MonadIO m => Text -> m ()sdl2 SDL.Video Replace the contents of the clipboard with the given text. Throws SDLException on failure.
setWindowIcon :: MonadIO m => Window -> Surface -> m ()sdl2 SDL.Video Set the icon for a window.
setWindowMode :: MonadIO m => Window -> WindowMode -> m ()sdl2 SDL.Video Change between window modes. Throws SDLException on failure.
setWindowPosition :: MonadIO m => Window -> WindowPosition -> m ()sdl2 SDL.Video Set the position of the window.
setPaletteColors :: MonadIO m => Palette -> Vector (V4 Word8) -> CInt -> m ()sdl2 SDL.Video.Renderer Set a range of colors in a palette. See SDL_SetPaletteColors for C documentation.
-
A cross-platform library for setting environment variables A cross-platform library for setting environment variables Note: Since base-4.7.0.0 the functions setEnv and unsetEnv are provided by System.Environment. System.SetEnv merily re-exports those functions when built with base >= 4.7.