aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutCombinators.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add NewSelect layout combinator.David Roundy2007-10-241-2/+78
| | | | | | | | | | | This patch adds a selection layout combinator ||| which replaces Select, and makes the Layout data type unnecessary. This combinator isn't yet feature-complete, as I didn't implement backwards rotation (PrevLayout), but that's obviously doable. This patch requires the descriptions function be added to LayoutClass in core. darcs-hash:20071024152648-72aca-4ca84d747697ceee68e33f0afed95821d4b90229.gz
* add new LayoutCombinators module.David Roundy2007-10-231-0/+41
darcs-hash:20071023135638-72aca-1b19cf35b57dcbf9ed6fa023b09977f3d457fa6b.gz