¤ meterF, meterF'

Types

meterF :: (RealFrac a) => InF a (Ratio Int)
meterF' :: (RealFrac a) => (GraphicsF FlexibleDrawing -> GraphicsF FlexibleDrawing) -> F a (InputMsg (Ratio Int))

Description

meterF displays a linear meter.

Input

sets the meter

Output

when the user clicks or drag, the corresponding value is output. This value can be fed back to the input to provide visual feedback.

Example

 labAboveF "Meter Test" (startupF [0.75] meterF)

See Also

...

Bugs

meterF' is customised with a GraphicsF customiser...

Incomplete documentation.