cursor-brick-0.0.0.0

Safe HaskellNone
LanguageHaskell2010

Cursor.Brick.Forest

Documentation

horizontalForestCursorWidgetM :: Monad m => (CTree b -> m (Widget n)) -> (TreeCursor a b -> m (Widget n)) -> (CTree b -> m (Widget n)) -> ForestCursor a b -> m (Widget n) Source #

verticalForestCursorWidgetM :: Monad m => (CTree b -> m (Widget n)) -> (TreeCursor a b -> m (Widget n)) -> (CTree b -> m (Widget n)) -> ForestCursor a b -> m (Widget n) Source #

verticalForestCursorWidget :: (CTree b -> Widget n) -> (TreeCursor a b -> Widget n) -> (CTree b -> Widget n) -> ForestCursor a b -> Widget n Source #

forestCursorWidgetM :: ([CTree b] -> TreeCursor a b -> [CTree b] -> m (Widget n)) -> ForestCursor a b -> m (Widget n) Source #

forestCursorWidget :: ([CTree b] -> TreeCursor a b -> [CTree b] -> Widget n) -> ForestCursor a b -> Widget n Source #