From 53f45d63bbb3ea350ee9200709180657348d4421 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 6 Sep 2014 15:01:31 +0000 Subject: prefill --- Spectrogram.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Spectrogram.h') diff --git a/Spectrogram.h b/Spectrogram.h index 98dbdd3..8d33021 100644 --- a/Spectrogram.h +++ b/Spectrogram.h @@ -15,3 +15,17 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef _Spectrogram_h +#define _Spectrogram_h + +/* Spectrogram Widget */ +/* Parameters: + * Name Class RepType Default Value + */ + +typedef struct _SpectrogramRec *SpectrogramWidget; +typedef struct _SpectrogramClassRec *SpectrogramWidgetClass; + +extern WidgetClass spectrogramWidgetClass; + +#endif -- cgit v1.2.3