ghcup-0.1.50.2: ghc toolchain installer
Safe HaskellNone
LanguageHaskell2010

GHCup.Brick.Widgets.Navigation

Synopsis

Documentation

create :: Name -> [(Name, Vector ListResult)] -> Int -> BrickInternalState Source #

How to create a navigation widget

handler :: BrickEvent Name e -> EventM Name BrickInternalState () Source #

How the navigation handler handle events

draw :: AttrMap -> BrickInternalState -> Widget Name Source #

How to draw the navigation widget

Orphan instances