yi-0.12.1: The Haskell-Scriptable Editor

Safe HaskellNone
LanguageHaskell2010

Yi.UI.SimpleLayout

Documentation

data Rect Source

Constructors

Rect 

Fields

offsetX :: !Int
 
offsetY :: !Int
 
sizeX :: !Int
 
sizeY :: !Int
 

data Layout Source

Constructors

Layout 

data Point2D Source

Constructors

Point2D 

Fields

pointCol :: !Int
 
pointRow :: !Int
 

data Size2D Source

Constructors

Size2D 

Fields

sizeWidth :: !Int
 
sizeHeight :: !Int