Name

Scale —

This is the abstract base class for HScale and VScale. It implements the management of an adjustable value.

Synopsis

scaleSetDigits:: ScaleClass s => s -> Int -> IO ()
scaleSetDrawValue:: ScaleClass s => s -> Bool -> IO ()
scaleSetValuePos:: ScaleClass s => s -> PositionType -> IO ()

Methods

scaleSetDigits

Set the number of displayed digits after the comma.

scaleSetDigits:: s:: Int:: IO ()
sprec

scaleSetDrawValue

Specify if the current value is to be drawn next to the slider.

scaleSetDrawValue:: s:: Bool:: IO ()
sdraw

scaleSetValuePos

Specify where the value is to be displayed (relative to the slider).

scaleSetValuePos:: s:: PositionType:: IO ()
spos