¤ matrixP

Placers for creating matrixes

Types

matrixP :: Int -> Placer

Synopsis

matrixP count

Description

matrixP organizes boxes into a matrix. The elements in a matrix all have the same size.

Arguments

count :: Int
Number of colums in the matrix.

Example

 placerF (matrixP 2) (listF [(n,buttonF (show n)) | n<-[1..3]])

See Also

Other placers: matrixP', horizontalP et al, tableP.

Related combinators: placerF, listLF.

Dynamic Layout.