| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
HTk.Components.Slider
Description
The module Slider implements configuration options for
widgets with sliders (scale widgets and scrollbars).
Documentation
The Slider datatype.
Constructors
| Slider w |
Instances
| GUIObject w => GUIObject (Slider w) Source # | Internal. |
| HasSize (Slider (Scale a)) Source # | A scale's slider has a configureable size. |
| (HasSlider w, GUIObject w) => HasColour (Slider w) Source # | The slider component has a configureable foreground and background colour. |
| ScaleValue a => HasIncrement (Slider (Scale a)) a Source # | A scale's slider has a configureable resulution. |