¤ textF, TextRequest
Displaying text
Types
textF :: F TextRequest (InputMsg (Int, String))
type TextRequest = ListRequest String
Description
textF is the basic fudget for displaying plain text on one or several lines.
Input
Requests to modify the text being displayed.
Output
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).
See Also
Bugs
Incomplete documentation.