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. setWindowOpacity :: MonadIO m => Window -> CFloat -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

  2. setWindowPosition :: MonadIO m => Window -> CInt -> CInt -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

  3. setWindowSize :: MonadIO m => Window -> CInt -> CInt -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

  4. setWindowTitle :: MonadIO m => Window -> CString -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

  5. setClipboardText :: MonadIO m => Text -> m ()

    sdl2 SDL.Video

    Replace the contents of the clipboard with the given text. Throws SDLException on failure.

  6. setWindowIcon :: MonadIO m => Window -> Surface -> m ()

    sdl2 SDL.Video

    Set the icon for a window.

  7. setWindowMode :: MonadIO m => Window -> WindowMode -> m ()

    sdl2 SDL.Video

    Change between window modes. Throws SDLException on failure.

  8. setWindowPosition :: MonadIO m => Window -> WindowPosition -> m ()

    sdl2 SDL.Video

    Set the position of the window.

  9. 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.

  10. package setenv

    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.

Page 358 of many | Previous | Next