lui-0.0.6: Purely FunctionaL User Interface

Graphics.UI.LUI.Widgets.Grid

Documentation

data Item model Source

Constructors

Item 

Fields

itemWidget :: Widget model
 
itemAlignments :: (Double, Double)
 

data Mutable Source

Constructors

Mutable 

type Items model = Map Cursor (Item model)Source

type Cursor = (Int, Int)Source

new :: Cursor -> Items model -> New model MutableSource