aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'Sgraph.h')
-rw-r--r--Sgraph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sgraph.h b/Sgraph.h
index 13cb2c0..7bd05d5 100644
--- a/Sgraph.h
+++ b/Sgraph.h
@@ -55,6 +55,9 @@
#define XtNsize "size"
#define XtCsize "Size"
+#define XtNdataCallback "dataCallback"
+#define XtNfftCallback "fftCallback"
+
/* declare specific SgraphWidget class and instance datatypes */
typedef struct _SgraphClassRec *SgraphWidgetClass;
typedef struct _SgraphRec *SgraphWidget;