textF :: F TextRequest (InputMsg (Int, String)) type TextRequest = ListRequest String
textF
is the basic fudget for displaying plain text on one or several lines.
InputMsg
messages containing pairs of line numbers (starting at
0) and contents of a line
when the user clicks on it. Double-clicking indicates completed input
(see inputDoneSP for an explanation on completed input).
textF
:
moreF, pickListF, ...