yi-0.12.3: The Haskell-Scriptable Editor

LicenseGPL
Safe HaskellNone
LanguageHaskell2010

Yi.UI.Pango.Control

Description

 

Synopsis

Documentation

data Control Source

Constructors

Control 

Fields

controlYi :: Yi
 
tabCache :: IORef [TabInfo]
 
views :: IORef (Map WindowRef View)
 

data Buffer Source

Constructors

Buffer 

Fields

fBufRef :: BufferRef
 

data Iter Source

Constructors

Iter 

withCurrentBuffer :: MonadEditor m => BufferM a -> m a Source

Perform action with current window's buffer

keyTable :: Map Text Key Source

Map GTK long names to Keys