ยค displayF

Displays

Types

displayF :: Graphic g => F g void

Description

displayF displays values of any type in the Graphic class, e.g. strings.

Input

replaces the value being displayed. Initially, the display is blank.

Output

none.

Example

 startupF ["Hello!"] $ displayF

See Also

Customisable version: displayF'

The class Graphic.

Related fudgets: intDispF,labelF, stringF.