Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
WidgetClass Text Source # | |
Defined in Simple.UI.Widgets.Text 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 #
castToText :: TextClass w => w -> Text Source #