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. setWindowShouldClose :: Window -> Bool -> IO ()

    GLFW-b Graphics.UI.GLFW

    Sets if the window should close or not. See glfwSetWindowShouldClose

  2. setWindowSize :: Window -> Int -> Int -> IO ()

    GLFW-b Graphics.UI.GLFW

    Sets the size of the client area for the window (in screen coordinates). See glfwSetWindowSize

  3. setWindowSizeCallback :: Window -> Maybe WindowSizeCallback -> IO ()

    GLFW-b Graphics.UI.GLFW

    Sets the callback to use when the window's size changes. See glfwSetWindowSizeCallback

  4. setWindowSizeLimits :: Window -> Maybe Int -> Maybe Int -> Maybe Int -> Maybe Int -> IO ()

    GLFW-b Graphics.UI.GLFW

    Sets the size limits of the client area of the specified window. If the window is full screen, the size limits only take effect once it is made windowed. If the window is not resizable this function does nothing. Pass Nothing in any argument to disable the limit. See glfwSetWindowSizeLimits

  5. setWindowTitle :: Window -> String -> IO ()

    GLFW-b Graphics.UI.GLFW

    Sets the Title string of the window. See glfwSetWindowTitle

  6. setWindowed :: Window -> Int -> Int -> Int -> Int -> IO ()

    GLFW-b Graphics.UI.GLFW

    Updates a window to be windowed instead of fullscreen. Note, this shouldn't be used to update the position or size of a window. Use setWindowPos and setWindowSize instead. See glfwSetWindowMonitor

  7. setX11SelectionString :: String -> IO ()

    GLFW-b Graphics.UI.GLFW

    See glfwSetX11SelectionString

  8. setLength :: Int -> Gen a -> Gen [a]

    checkers Test.QuickCheck.Instances.List

    Generates a list with a set length

  9. setextHeadingSpec :: forall (m :: Type -> Type) il bl . (Monad m, IsBlock il bl) => BlockSpec m il bl

    commonmark Commonmark.Blocks

    No documentation available.

  10. setProperty :: Client -> MethodCall -> Variant -> IO (Either MethodError MethodReturn)

    dbus DBus.Client

    Like setPropertyValue, but expects the new value to be wrapped in a Variant. Throws a ClientError if the property request couldn't be sent.

Page 400 of many | Previous | Next