horizontalP :: Placer verticalP :: Placer horizontalP' :: Distance -> Placer verticalP' :: Distance -> Placer
placerF
to specify
the placement of the fudgets. As the name suggests, these functions place
the fudgets in a horizontal row or a vertical column.
placerF horizontalP (listF [(n,buttonF (show n)) | n<-[1..3]])
Related combinators: placerF.
Dynamic Layout.