| wx-controls-extra-0.0: A set of custom widgets for wxHaskell. | Contents | Index |
|
Graphics.UI.WX.Controls.Waveform |
|
|
Description |
Waveform widget.
It can be used together with the Timeline widget, for example.
|
|
Synopsis |
|
|
|
Documentation |
|
data Wave |
|
|
data WaveformWidget |
Instances | |
|
|
makeTestWave :: Int -> IO Wave |
Creates a test wave. Then argument gives the length in secs.
|
|
makeWaveformWidget :: Window a -> Int -> Wave -> [Prop WaveformWidget] -> IO WaveformWidget |
|
class WaveDisplay widg where |
| Methods | | | Instances | |
|
|
Produced by Haddock version 2.4.1 |