yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.UI.TabBar
Synopsis
data TabDescr = TabDescr {
tabText :: String
tabInFocus :: Bool
}
type TabBarDescr = PointedList TabDescr
tabBarDescr :: Editor -> TabBarDescr
tabAbbrevTitle :: String -> String
Documentation
data TabDescr Source
A TabDescr describes the properties of a UI tab independent of the particular GUI in use.
Constructors
TabDescr
tabText :: String
tabInFocus :: Bool
type TabBarDescr = PointedList TabDescrSource
tabBarDescr :: Editor -> TabBarDescrSource
tabAbbrevTitle :: String -> StringSource
Produced by Haddock version 2.6.1