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.
setWindowShouldClose :: Window -> Bool -> IO ()GLFW-b Graphics.UI.GLFW Sets if the window should close or not. See glfwSetWindowShouldClose
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
setWindowSizeCallback :: Window -> Maybe WindowSizeCallback -> IO ()GLFW-b Graphics.UI.GLFW Sets the callback to use when the window's size changes. See glfwSetWindowSizeCallback
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
setWindowTitle :: Window -> String -> IO ()GLFW-b Graphics.UI.GLFW Sets the Title string of the window. See glfwSetWindowTitle
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
setX11SelectionString :: String -> IO ()GLFW-b Graphics.UI.GLFW setLength :: Int -> Gen a -> Gen [a]checkers Test.QuickCheck.Instances.List Generates a list with a set length
-
commonmark Commonmark.Blocks No documentation available.
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.