aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/Group.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/Group.h')
-rw-r--r--vendor/x11iraf/obm/ObmW/Group.h74
1 files changed, 74 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/Group.h b/vendor/x11iraf/obm/ObmW/Group.h
new file mode 100644
index 00000000..d63bae37
--- /dev/null
+++ b/vendor/x11iraf/obm/ObmW/Group.h
@@ -0,0 +1,74 @@
+/* Generated by wbuild from "Group.w"
+** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
+*/
+#ifndef _XfwfGroup_H_
+#define _XfwfGroup_H_
+#include "RowCol.h"
+typedef enum {
+ XfwfNoSelection, XfwfSingleSelection,
+ XfwfOneSelection, XfwfMultipleSelection } SelectionType;
+
+#ifndef XtNlabel
+#define XtNlabel "label"
+#endif
+#ifndef XtCLabel
+#define XtCLabel "Label"
+#endif
+#ifndef XtRString
+#define XtRString "String"
+#endif
+
+#ifndef XtNfont
+#define XtNfont "font"
+#endif
+#ifndef XtCFont
+#define XtCFont "Font"
+#endif
+#ifndef XtRFontStruct
+#define XtRFontStruct "FontStruct"
+#endif
+
+#ifndef XtNforeground
+#define XtNforeground "foreground"
+#endif
+#ifndef XtCForeground
+#define XtCForeground "Foreground"
+#endif
+#ifndef XtRPixel
+#define XtRPixel "Pixel"
+#endif
+
+#ifndef XtNselectionStyle
+#define XtNselectionStyle "selectionStyle"
+#endif
+#ifndef XtCSelectionStyle
+#define XtCSelectionStyle "SelectionStyle"
+#endif
+#ifndef XtRSelectionType
+#define XtRSelectionType "SelectionType"
+#endif
+
+#ifndef XtNselection
+#define XtNselection "selection"
+#endif
+#ifndef XtCSelection
+#define XtCSelection "Selection"
+#endif
+#ifndef XtRLong
+#define XtRLong "Long"
+#endif
+
+#ifndef XtNactivate
+#define XtNactivate "activate"
+#endif
+#ifndef XtCActivate
+#define XtCActivate "Activate"
+#endif
+#ifndef XtRCallback
+#define XtRCallback "Callback"
+#endif
+
+typedef struct _XfwfGroupClassRec *XfwfGroupWidgetClass;
+typedef struct _XfwfGroupRec *XfwfGroupWidget;
+externalref WidgetClass xfwfGroupWidgetClass;
+#endif /*_XfwfGroup_H_*/