ยค spacerF, Spacer

GUI fudget spacing

Types

spacerF :: Spacer -> F a b -> F a b
data Spacer = S Spacer1
instance Show Spacer

Description

spacerF applies the same spacer to all the boxes generated by a fudget.

See Also

Spacers: marginS et al, centerS et al.

Related combinators: spacerP, placerF.

Dynamic Layout.

Bugs

The spacer type should be abstratct.