Safe Haskell | Safe-Inferred |
---|
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.
- data Alignment
- = AlignCenter
- | AlignLeft
- | AlignRight
- class Alignable a where
Documentation
Column alignment values.
Constructors
AlignCenter | |
AlignLeft | |
AlignRight |