oldScrollF :: Bool -> (Point, Point) -> F b d -> F b d oldVscrollF :: Bool -> (Point, Point) -> F b d -> F b d oldHscrollF :: Bool -> (Point, Point) -> F b d -> F b d
oldScrollF grabkeys 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.
grabkeys :: Bool
True
means that the page up and page down keys will be
grabbed and that the scroll bars will not accept keyboard focus.
This makes the scroll bars easier to control from the keyboard
but does not work if there is more than one scrolling area in
the same shell window.
limits :: (Point, Point)
fudget :: F b d