yi-0.7.0: The Haskell-Scriptable Editor

Safe HaskellNone

Yi.UI.Pango.Control

Description

 

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 View Source

Constructors

View 

Fields

viewFBufRef :: BufferRef
 
windowRef :: WindowRef
 
drawArea :: DrawingArea
 
layout :: PangoLayout
 
language :: Language
 
metrics :: FontMetrics
 
scrollWin :: ScrolledWindow
 
shownTos :: IORef Point
 
winMotionSignal :: IORef (Maybe (ConnectId DrawingArea))
 

data Iter Source

Constructors

Iter 

newView :: Buffer -> FontDescription -> ControlM ViewSource