vty-ui-0.2: A user interface composition library for VtySource codeContentsIndex
Graphics.Vty.Widgets.Borders
Description
This module provides visual borders to be placed between and around widgets.
Synopsis
data Border
data Bordered
vBorder :: Attr -> Border
hBorder :: Attr -> Border
bordered :: Widget a => Attr -> a -> Bordered
Documentation
data Border Source
A horizontal or vertical border to be placed between widgets. See hBorder and vBorder.
show/hide Instances
data Bordered Source
A container widget which draws a border around all four sides of the widget it contains. See bordered.
show/hide Instances
vBorder :: Attr -> BorderSource
Create a single-column vertical border.
hBorder :: Attr -> BorderSource
Create a single-row horizontal border.
bordered :: Widget a => Attr -> a -> BorderedSource
Wrap a widget in a bordering box using the specified attribute.
Produced by Haddock version 2.4.2