Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. listMovePageUp :: 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 up by one page.

  4. pattern KEY_HomePage :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  5. pattern KEY_KP_Page_Down :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  6. pattern KEY_KP_Page_Up :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  7. pattern KEY_Page_Down :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  8. pattern KEY_Page_Up :: Word32

    gi-gdk4 GI.Gdk.Constants

    No description available in the introspection data.

  9. keyPageDown :: Capability String

    terminfo System.Console.Terminfo.Keys

    No documentation available.

  10. keyPageUp :: Capability String

    terminfo System.Console.Terminfo.Keys

    No documentation available.

Page 268 of many | Previous | Next