Copyright | (c) Paul Schnapp 2023 |
---|---|
License | BSD3 |
Maintainer | Paul Schnapp <paul.schnapp@gmail.com> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
This container layers multiple visual ItemM
s within
the same bounding rectangle, one on top of the other. Z-ordering is not
really taken into account since that depends on how you are using the
layout output, but the ItemM
s will appear in the output of
runLayoutOp
in the same order in which they're passed to
the layered
function.