pickListF :: (a -> String) -> F (PickListRequest a) (InputMsg (Int, a)) type PickListRequest a = ListRequest a
pickListF show_alt
pickListF
is used to display a scrollable list of alternatives from which
the user can pick one by clicking on it.
show_alt :: a -> String
stripInputSP >^^=< pickListF id >=^< replaceAll
More useful information: ListRequest, replaceAll, InputMsg, stripInputSP.
Related fudgets: moreF, filePickF, menuF, radioGroupF, hyperGraphicsF.