¤ hboxD, hboxD', et al

Types

hboxD :: [Drawing a b] -> Drawing a b
hboxD' :: Int -> [Drawing a b] -> Drawing a b
vboxD :: [Drawing a b] -> Drawing a b
vboxD' :: Int -> [Drawing a b] -> Drawing a b
tableD :: Int -> [Drawing a b] -> Drawing a b
tableD' :: Int -> Int -> [Drawing a b] -> Drawing a b

Description

These functions build composite drawings with a specific layout.

See Also

The type: Drawing.

Fudget layout: Placer, horizontalP, tableP, et al.

Bugs

This page documents work progress. Information on this page is subject to change without notice and does not represent a commitment on the part of the Fudgets corporation. .