Safe Haskell | None |
---|---|
Language | Haskell2010 |
UI.Draw.Main
Description
Module holding generic widgets.
Synopsis
- fillLine :: Widget Name
- renderEditorWithLabel :: (HasName n, HasEditor n) => Proxy n -> Text -> AppState -> Widget Name
- attachmentsHeader :: Widget Name
Documentation
fillLine :: Widget Name Source #
Fills the entire line with spaces. This can be used to draw a
visual bar when an AttrName
with a background colour is set.
renderEditorWithLabel :: (HasName n, HasEditor n) => Proxy n -> Text -> AppState -> Widget Name Source #
Renders editor with a label on the left restricted to one line
attachmentsHeader :: Widget Name Source #