• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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

    sdl2 SDL.Raw.Video

    No documentation available.

  2. setWindowBrightness :: MonadIO m => Window -> CFloat -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  3. setWindowData :: MonadIO m => Window -> CString -> Ptr () -> m (Ptr ())

    sdl2 SDL.Raw.Video

    No documentation available.

  4. setWindowDisplayMode :: MonadIO m => Window -> Ptr DisplayMode -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  5. setWindowFullscreen :: MonadIO m => Window -> Word32 -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  6. setWindowGammaRamp :: MonadIO m => Window -> Ptr Word16 -> Ptr Word16 -> Ptr Word16 -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  7. setWindowGrab :: MonadIO m => Window -> Bool -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

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

    sdl2 SDL.Raw.Video

    No documentation available.

  9. setWindowMaximumSize :: MonadIO m => Window -> CInt -> CInt -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

  10. setWindowMinimumSize :: MonadIO m => Window -> CInt -> CInt -> m ()

    sdl2 SDL.Raw.Video

    No documentation available.

Page 357 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete