|
| Graphics.UI.Gtk.Entry.VScale |
|
|
|
|
| Description |
- The user may enter a value by moving the handle on the scale.
- TODO
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data VScale |
|
|
| class ScaleClass o => VScaleClass o |
|
|
| castToVScale :: GObjectClass obj => obj -> VScale |
|
| vScaleNew :: Adjustment -> IO VScale |
| Create a new VScale widget.
|
|
| vScaleNewWithRange |
| :: Double | Minimum value | | -> Double | Maximum value | | -> Double | Step 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 |