aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/GroupP.h
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/GroupP.h')
-rw-r--r--vendor/x11iraf/obm/ObmW/GroupP.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/GroupP.h b/vendor/x11iraf/obm/ObmW/GroupP.h
new file mode 100644
index 00000000..842131b4
--- /dev/null
+++ b/vendor/x11iraf/obm/ObmW/GroupP.h
@@ -0,0 +1,48 @@
+/* Generated by wbuild from "Group.w"
+** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
+*/
+#ifndef _XfwfGroupP_H_
+#define _XfwfGroupP_H_
+#include "RowColP.h"
+#include "Group.h"
+typedef struct {
+/* methods */
+/* class variables */
+int dummy;
+} XfwfGroupClassPart;
+typedef struct _XfwfGroupClassRec {
+CoreClassPart core_class;
+CompositeClassPart composite_class;
+XfwfCommonClassPart xfwfCommon_class;
+XfwfFrameClassPart xfwfFrame_class;
+XfwfBoardClassPart xfwfBoard_class;
+XfwfRowColClassPart xfwfRowCol_class;
+XfwfGroupClassPart xfwfGroup_class;
+} XfwfGroupClassRec;
+
+typedef struct {
+/* resources */
+String label;
+XFontStruct * font;
+Pixel foreground;
+SelectionType selectionStyle;
+long selection;
+XtCallbackList activate;
+/* private state */
+GC textgc;
+Cardinal toggle_ord;
+} XfwfGroupPart;
+
+typedef struct _XfwfGroupRec {
+CorePart core;
+CompositePart composite;
+XfwfCommonPart xfwfCommon;
+XfwfFramePart xfwfFrame;
+XfwfBoardPart xfwfBoard;
+XfwfRowColPart xfwfRowCol;
+XfwfGroupPart xfwfGroup;
+} XfwfGroupRec;
+
+externalref XfwfGroupClassRec xfwfGroupClassRec;
+
+#endif /* _XfwfGroupP_H_ */