|
|
|
|
|
| Description |
- The user may enter a value by moving the handle on the scale.
- TODO
|
|
| Synopsis |
|
|
|
| Documentation |
|
| hScaleNew :: Adjustment -> IO HScale |
| Create a new HScale widget.
|
|
| hScaleNewWithRange |
| :: Double | Minimum value | | -> Double | Maximum value | | -> Double | Step 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 |