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