| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | yi-devel@googlegroups.com |
| Safe Haskell | None |
Yi.UI.TabBar
Description
Tabs.
- data TabDescr = TabDescr {
- tabText :: Text
- tabInFocus :: Bool
- type TabBarDescr = PointedList TabDescr
- tabBarDescr :: Editor -> TabBarDescr
- tabAbbrevTitle :: Text -> Text
Documentation
A TabDescr describes the properties of a UI tab independent of the particular GUI in use.
Constructors
| TabDescr | |
Fields
| |
type TabBarDescr = PointedList TabDescrSource
tabAbbrevTitle :: Text -> TextSource