Reference document main module.
1 files changed, 5 insertions(+), 0 deletions(-) M Graphics/Layout.hs
M Graphics/Layout.hs => Graphics/Layout.hs +5 -0
@@ 1,4 1,9 @@ {-# LANGUAGE OverloadedStrings, RecordWildCards #-} -- | Generic layout logic, handling a hierarchy of varying formulas. -- Unless callers have more specific needs they probably wish to use this abstraction. -- Attempts to follow the CSS specs. -- See `boxLayout` for a main entrypoint, -- & `Graphics.Layout.CSS` to receive CSS input. module Graphics.Layout(LayoutItem(..), layoutGetBox, layoutGetChilds, layoutGetInner, boxMinWidth, boxMaxWidth, boxNatWidth, boxWidth,