aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/Arrow.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/Arrow.h')
-rw-r--r--vendor/x11iraf/obm/ObmW/Arrow.h70
1 files changed, 70 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/Arrow.h b/vendor/x11iraf/obm/ObmW/Arrow.h
new file mode 100644
index 00000000..c6a2442b
--- /dev/null
+++ b/vendor/x11iraf/obm/ObmW/Arrow.h
@@ -0,0 +1,70 @@
+/* Generated by wbuild from "Arrow.w"
+** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
+*/
+#ifndef _XfwfArrow_H_
+#define _XfwfArrow_H_
+#include "Board.h"
+#ifndef XtNdirection
+#define XtNdirection "direction"
+#endif
+#ifndef XtCDirection
+#define XtCDirection "Direction"
+#endif
+#ifndef XtRAlignment
+#define XtRAlignment "Alignment"
+#endif
+
+#ifndef XtNforeground
+#define XtNforeground "foreground"
+#endif
+#ifndef XtCForeground
+#define XtCForeground "Foreground"
+#endif
+#ifndef XtRPixel
+#define XtRPixel "Pixel"
+#endif
+
+#ifndef XtNarrowShadow
+#define XtNarrowShadow "arrowShadow"
+#endif
+#ifndef XtCArrowShadow
+#define XtCArrowShadow "ArrowShadow"
+#endif
+#ifndef XtRDimension
+#define XtRDimension "Dimension"
+#endif
+
+#ifndef XtNinitialDelay
+#define XtNinitialDelay "initialDelay"
+#endif
+#ifndef XtCInitialDelay
+#define XtCInitialDelay "InitialDelay"
+#endif
+#ifndef XtRCardinal
+#define XtRCardinal "Cardinal"
+#endif
+
+#ifndef XtNrepeatDelay
+#define XtNrepeatDelay "repeatDelay"
+#endif
+#ifndef XtCRepeatDelay
+#define XtCRepeatDelay "RepeatDelay"
+#endif
+#ifndef XtRCardinal
+#define XtRCardinal "Cardinal"
+#endif
+
+#ifndef XtNcallback
+#define XtNcallback "callback"
+#endif
+#ifndef XtCCallback
+#define XtCCallback "Callback"
+#endif
+#ifndef XtRCallback
+#define XtRCallback "Callback"
+#endif
+
+typedef struct _XfwfArrowClassRec *XfwfArrowWidgetClass;
+typedef struct _XfwfArrowRec *XfwfArrowWidget;
+externalref WidgetClass xfwfArrowWidgetClass;
+#endif /*_XfwfArrow_H_*/