¤ marginS, Distance
Types
marginS :: Distance ->
Spacer
type
Distance = Int
Synopsis
marginS dist
Description
marginS
is a spacer that adds a margin on all sides of a box.
Arguments
dist
:: Distance
The distance (in pixels) between the fudgets.
See Also
Other spacers:
centerS
,
hMarginS
et al.
Spacer composition:
compS
et al.
Related combinators:
spacerP
,
spacerF
.
Dynamic Layout.