 
¤ intDispF
Types
intDispF :: F Int a
Description
The intDispF displays integer values.
Input
 replaces the integer being displayed.
Output
 none.
Example
 startupF [42] $ intDispF
 
See Also
Customisable version: intDispF'.
Related fudgets: displayF, intF.
