hPotF :: F PotRequest PotState
vPotF :: F PotRequest PotState
data PotRequest = ResizePot Int Int
| MovePot Int
| PotMkVisible Int Int (Maybe Alignment)
| PotInput (ModState, KeySym)
hPotF optsize
The state of a scroll bar is described by a triple (pos,vis,tot),
where pos is the first visible unit,
vis is the number of visible units
and tot is the total number of units.
optsize :: ??