| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simple.UI.Widgets.Text
Documentation
Constructors
| TextAlignLeft | |
| TextAlignRight | |
| TextAlignCenter |
class WidgetClass w => TextClass w where Source #
Minimal complete definition
castToText :: TextClass w => w -> Text Source #