Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. pattern SDL_SCANCODE_PAGEDOWN :: Scancode

    sdl2 SDL.Raw.Enum

    No documentation available.

  2. pattern SDL_SCANCODE_PAGEUP :: Scancode

    sdl2 SDL.Raw.Enum

    No documentation available.

  3. hScrollPage :: ViewportScroll n -> forall s . () => Direction -> EventM n s ()

    brick Brick.Main

    Scroll the viewport horizontally by one page in the specified direction.

  4. vScrollPage :: ViewportScroll n -> forall s . () => Direction -> EventM n s ()

    brick Brick.Main

    Scroll the viewport vertically by one page in the specified direction.

  5. actionFileBrowserListHalfPageDown :: Ord n => EventM n (FileBrowser n) ()

    brick Brick.Widgets.FileBrowser

    No documentation available.

  6. actionFileBrowserListHalfPageUp :: Ord n => EventM n (FileBrowser n) ()

    brick Brick.Widgets.FileBrowser

    No documentation available.

  7. actionFileBrowserListPageDown :: Ord n => EventM n (FileBrowser n) ()

    brick Brick.Widgets.FileBrowser

    No documentation available.

  8. actionFileBrowserListPageUp :: Ord n => EventM n (FileBrowser n) ()

    brick Brick.Widgets.FileBrowser

    No documentation available.

  9. listMoveByPages :: forall (t :: Type -> Type) n m e . (Foldable t, Splittable t, Ord n, RealFrac m) => m -> EventM n (GenericList n t e) ()

    brick Brick.Widgets.List

    Move the list selected index by some (fractional) number of pages.

  10. listMovePageDown :: forall (t :: Type -> Type) n e . (Foldable t, Splittable t, Ord n) => EventM n (GenericList n t e) ()

    brick Brick.Widgets.List

    Move the list selected index down by one page.

Page 267 of many | Previous | Next