gtk2hsContentsIndex
HScale
Description
  • The user may enter a value by moving the handle on the scale.
  • TODO
Synopsis
hScaleNew :: Adjustment -> IO HScale
hScaleNewWithRange :: Double -> Double -> Double -> IO HScale
Documentation
hScaleNew :: Adjustment -> IO HScale
Create a new HScale widget.
hScaleNewWithRange
:: DoubleMinimum value
-> DoubleMaximum value
-> DoubleStep increment (tick size) used with keyboard shortcuts. Must be nonzero.
-> IO HScale
Create a new HScale widget with min, max and step values rather than an Adjustment object.
Produced by Haddock version 0.6