| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simple.UI.Widgets.Text
Documentation
Constructors
| TextAlignLeft | |
| TextAlignRight | |
| TextAlignCenter |
Instances
| WidgetClass Text Source # | |
Defined in Simple.UI.Widgets.Text Methods castToWidget :: Text -> Widget Source # overrideWidget :: Text -> State VirtualWidget () -> Text Source # keyPressed :: Text -> ListenerList (Key -> [Modifier] -> UIApp' ()) Source # draw :: Text -> ListenerList (Drawing -> Int -> Int -> UIApp' ()) Source # colorForeground :: Text -> Attribute Color Source # colorBackground :: Text -> Attribute Color Source # colorStyle :: Text -> Attribute DrawStyle Source # colorForegroundSelected :: Text -> Attribute Color Source # colorBackgroundSelected :: Text -> Attribute Color Source # colorStyleSelected :: Text -> Attribute DrawStyle Source # enabled :: Text -> Attribute Bool Source # visible :: Text -> Attribute Bool Source # | |
| TextClass Text Source # | |
class WidgetClass w => TextClass w Source #
Minimal complete definition
castToText :: TextClass w => w -> Text Source #