vty-ui-0.4: A user interface composition library for Vty

Graphics.Vty.Widgets.Composed

Description

This module provides high-level composed widgets.

Synopsis

Documentation

bottomPadded :: Widget -> WidgetSource

Add expanding bottom padding to a widget.

topPadded :: Widget -> WidgetSource

Add expanding top padding to a widget.

boxLimitSource

Arguments

:: Int

Maximum width in columns

-> Int

Maximum height in rows

-> Widget 
-> Widget 

Impose a maximum size (width, height) on a widget.