¤ groupF, simpleGroupF, et al

Types

groupF :: [FRequest] -> K a b -> F c d -> F (a  c) (b  d)
simpleGroupF :: [WindowAttributes] -> F hi ho -> F hi ho
unmappedGroupF :: Sizing -> [FRequest] -> K a b -> F c d -> F (a  c) (b  d)
invisibleGroupF :: Sizing -> [FRequest] -> [WindowAttributes] -> F hi ho -> F hi ho

Description

The group fudgets create window which can contain other windows.

Bugs

Documentation incomplete.

See Also

scrollF, buttonBorderF.