¤ displayF
Types
displayF :: F String a
Description
displayF
displays one-line text strings.
Input
replaces the string being displayed.
Output
none.
Example
startupF ["Hello!"] $ displayF
See Also
Customisable version: displayF'
Related fudgets: intDispF,labelF, stringF.