uni-htk-2.2.1.3: Graphical User Interface for Haskell Programs

Safe HaskellNone
LanguageHaskell98

HTk.Components.Slider

Description

The module Slider implements configuration options for widgets with sliders (scale widgets and scrollbars).

Synopsis

Documentation

newtype Slider w Source #

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.

class Widget w => HasSlider w where Source #

Widgets with sliders (scale widget, scrollbar) instantiate the class HasSlider.