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