¤ horizontalP, verticalP

Types

horizontalP :: Placer
verticalP :: Placer

Synopsis

horizontalP dist

Description

These layout functions are used in conjuction with 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.

Arguments

dist :: ??
The distance (in pixels) between the fudgets.

Example

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

See Also

Other placers: matrixP, tableP.

Related combinators: placerF, listLF.

Dynamic Layout.