yi-0.11.0: The Haskell-Scriptable Editor

Portabilityportable
Stabilityexperimental
Maintaineryi-devel@googlegroups.com
Safe HaskellNone

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

Eq TabDescr 
Show TabDescr