simple-ui-0.1.1: UI library for terminal.

Safe HaskellNone
LanguageHaskell2010

Simple.UI.Widgets.TextItem

Documentation

class TextItemClass w where Source #

Minimal complete definition

castToTextItem

Methods

castToTextItem :: w a -> TextItem a Source #

itemData :: w a -> Attribute (Maybe a) Source #