aboutsummaryrefslogtreecommitdiff
path: root/Spectrogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'Spectrogram.h')
-rw-r--r--Spectrogram.h14
1 files changed, 14 insertions, 0 deletions
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