Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. set_save_under :: Ptr SetWindowAttributes -> Bool -> IO ()

    xmonad XMonad

    No documentation available.

  2. set_win_gravity :: Ptr SetWindowAttributes -> WindowGravity -> IO ()

    xmonad XMonad

    No documentation available.

  3. setButtonGrab :: Bool -> Window -> X ()

    xmonad XMonad.Operations

    Tell whether or not to intercept clicks on a given window

  4. setFocusX :: Window -> X ()

    xmonad XMonad.Operations

    Call X to set the keyboard focus details.

  5. setInitialProperties :: Window -> X ()

    xmonad XMonad.Operations

    Set some properties when we initially gain control of a window.

  6. setLayout :: Layout Window -> X ()

    xmonad XMonad.Operations

    Set the layout of the currently viewed workspace.

  7. setTopFocus :: X ()

    xmonad XMonad.Operations

    Set the focus to the window on top of the stack, or root

  8. setWMState :: Window -> Int -> X ()

    xmonad XMonad.Operations

    Set a window's WM_STATE property.

  9. setWindowBorderWithFallback :: Display -> Window -> String -> Pixel -> X ()

    xmonad XMonad.Operations

    Set the border color using the window's color map, if possible; otherwise fall back to the color in Pixel.

  10. setCreds :: (MonadHandler m, YesodAuth (HandlerSite m)) => Bool -> Creds (HandlerSite m) -> m ()

    yesod-auth Yesod.Auth

    Sets user credentials for the session after checking them with authentication backends.

Page 743 of many | Previous | Next