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
oldScrollF limits fudget
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.
limits :: (Point, Point)fudget :: F a b