yi-0.12.1: The Haskell-Scriptable Editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
ExtensionsNondecreasingIndentation

Yi.UI.TabBar

Description

Tabs.

Synopsis

Documentation

data TabDescr Source

A TabDescr describes the properties of a UI tab independent of the particular GUI in use.

Constructors

TabDescr 

Fields

tabText :: Text
 
tabInFocus :: Bool
 

Instances