Safe Haskell | None |
---|---|
Language | GHC2021 |
Cabal.Matrix.Tui.Table
Documentation
Constructors
TableMeta | |
Fields
|
data TableHeaders Source #
Constructors
TableHeaders | |
Fields
|
newtype TableContents Source #
Constructors
TableContents | |
Fields
|
tableLayout :: TableMeta -> TableHeaders -> TableLayout Source #
data TableLayout Source #
data TableState Source #
Constructors
TableState | |
Fields |
data ActiveSelection Source #
Constructors
SelectionLeft | |
SelectionTop | |
SelectionNormal | |
SelectionNone |
Instances
Eq ActiveSelection Source # | |
Defined in Cabal.Matrix.Tui.Table Methods (==) :: ActiveSelection -> ActiveSelection -> Bool # (/=) :: ActiveSelection -> ActiveSelection -> Bool # |
tableWidget :: DisplayRegion -> TableMeta -> TableContents -> TableLayout -> TableState -> (TableState, Image) Source #
tableHandleEvent :: TableMeta -> Event -> TableState -> TableState Source #
tableKeybinds :: [(Text, Text)] Source #