| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simple.UI.Widgets.Properties.Selected
Documentation
class WidgetClass w => HasSelected w where Source #
Minimal complete definition
Methods
selected :: w -> Attribute Bool Source #
selectedGetColors :: w -> UIApp u (Color, Color, DrawStyle) Source #
Instances
selectedGetColors :: HasSelected w => w -> UIApp u (Color, Color, DrawStyle) Source #