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