vty-ui-1.8: An interactive terminal user interface library for Vty

Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.Vty.Widgets.Alignment

Description

This module provides a type and a type class for expressing alignment. For concrete uses, see the Table and ProgressBar modules.

Synopsis

Documentation

data Alignment Source

Column alignment values.

Instances

class Alignable a where Source

The class of types whose values or contents can be aligned.

Methods

align :: a -> Alignment -> a Source