¤ oldScrollF, oldVscrollF, et al

Types

oldScrollF :: (Point, Point) -> F a b -> F a b
oldVscrollF :: (Point, Point) -> F a b -> F a b
oldHscrollF :: (Point, Point) -> F a b -> F a b

Synopsis

oldScrollF limits fudget

Description

oldScrollF shows a scrolling area with attached horizontal and vertical scroll bars, in which a fudget with a potentially very large window can be shown.

oldVscrollF shows a scrolling area with an attached vertical scroll bar, in which a fudget with a potentially very tall window can be shown.

oldHscrollF shows a scrolling area with an attached horizontal scroll bar, in which a fudget with a potentially very wide window can be shown.

Arguments

limits :: (Point, Point)
Initial minimum and maximum size of the scrolling area. The initial size of scrolling area will be the size of the contained fudget, subject to the given limits.
fudget :: F a b
the contained fudget.

See Also

scrollF, shellF, moreF.