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