cursor-brick-0.1.0.1
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 #

verticalPaddedForestCursorWidgetM :: forall a b n m. Monad m => (a -> m (Widget n)) -> (b -> m (Widget n)) -> Int -> ForestCursor a b -> m (Widget n) Source #

verticalPaddedForestCursorWidget :: forall a b n. (a -> Widget n) -> (b -> Widget n) -> Int -> ForestCursor a b -> 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 #