| License | GPL-2 |
|---|---|
| Maintainer | yi-devel@googlegroups.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Yi.UI.TabBar
Description
Tabs.
Synopsis
- 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 TabDescr Source #
tabBarDescr :: Editor -> TabBarDescr Source #
tabAbbrevTitle :: Text -> Text Source #