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