grapefruit-ui-0.1.0.7: Declarative user interface programming

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Grapefruit.Backend.Container

Contents

Synopsis

Interface

class BasicUIBackend uiBackend => ContainerUIBackend uiBackend where Source #

Minimal complete definition

listView, setView, textCell, progressCell

Associated Types

data Cell uiBackend :: * -> * Source #

Utilities

data Column uiBackend el where Source #

Constructors

Column :: String -> (el -> display) -> Cell uiBackend display -> Column uiBackend el 

Field names

data Elements Source #

Constructors

Elements 

data Columns Source #

Constructors

Columns 

data Selection Source #

Constructors

Selection