matrixP :: Int -> Placer
matrixP count
matrixP
organizes boxes into a matrix.
The elements in a matrix all have the same size.
count :: Int
placerF (matrixP 2) (listF [(n,buttonF (show n)) | n<-[1..3]])
Related combinators: placerF, listLF.
Dynamic Layout.