wx-controls-extra-0.0: A set of custom widgets for wxHaskell.ContentsIndex
Graphics.UI.WX.Controls.Knob
Description
A custom knob widget for wxHaskell.
Synopsis
data Knob
makeKnob :: Window a -> Int -> Int -> [Prop Knob] -> IO Knob
Documentation
data Knob
Knob widget. Instances: Widget, Dimensions, Identity, Tipped, Selection, Visible. The selection attribute gives the current value.
show/hide Instances
makeKnob
::
=> Window aparent window
-> Intminimum value
-> Intmaximum value; (0,127) is a sane default.
-> [Prop Knob]properties (eg. selection or tooltip)
-> IO Knob
Creates a new knob widget.
Produced by Haddock version 2.4.1