emptyCD :: FixedColorDrawing blankCD :: Size -> FixedColorDrawing aboveCD :: FixedColorDrawing -> FixedColorDrawing -> FixedColorDrawing besideCD :: FixedColorDrawing -> FixedColorDrawing -> FixedColorDrawing hboxCD :: Foldable t => t FixedColorDrawing -> FixedColorDrawing vboxCD :: Foldable t => t FixedColorDrawing -> FixedColorDrawing
These are functions for combining FixedColorDrawings, available as a light-weight alternative when the full power of Drawings and the Fudgets layout machinery is not needed.