Copyright | (c) 2018 Francisco Vallarino |
---|---|
License | BSD-3-Clause (see the LICENSE file) |
Maintainer | fjvallarino@gmail.com |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Container for items with an associated clickable label. Mainly used with radio and checkbox.
Synopsis
- labeledItem :: WidgetEvent e => WidgetType -> RectSide -> Text -> LabelCfg s e -> WidgetNode s e -> WidgetNode s e
Documentation
labeledItem :: WidgetEvent e => WidgetType -> RectSide -> Text -> LabelCfg s e -> WidgetNode s e -> WidgetNode s e Source #
Creates a stack with a label and the provided widget, passing to this widget all the click events received. Positioning is configurable.