vty-ui-0.2: A user interface composition library for VtySource codeContentsIndex
Graphics.Vty.Widgets.Composed
Description
This module provides high-level combined widgets which compose the basic widget types to provide more interesting widgets.
Synopsis
bottomPadded :: Widget a => a -> Box
topPadded :: Widget a => a -> Box
Documentation
bottomPadded :: Widget a => a -> BoxSource
Add expanding bottom padding to a widget.
topPadded :: Widget a => a -> BoxSource
Add expanding top padding to a widget.
Produced by Haddock version 2.4.2