scrollF :: F a b -> F a b vScrollF :: F a b -> F a b hScrollF :: F a b -> F a b
scrollF fudget
scrollF
shows a scrolling area with attached horizontal and
vertical scroll bars,
in which a fudget with a potentially very large window can be shown.
vScrollF
shows a scrolling area with an attached vertical scroll bar,
in which a fudget with a potentially very tall window can be shown.
hScrollF
shows a scrolling area with an attached horizontal scroll bar,
in which a fudget with a potentially very wide window can be shown.
fudget :: F a b