lui-0.0.6: Purely FunctionaL User Interface

Graphics.UI.LUI.Widget

Documentation

type Widget model = model -> WidgetFuncs modelSource

type New model mutable = Accessor model mutable -> Widget modelSource

type Handler model = (String, ModKey -> model)Source