aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/RowColP.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/x11iraf/obm/ObmW/RowColP.h
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/RowColP.h')
-rw-r--r--vendor/x11iraf/obm/ObmW/RowColP.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/RowColP.h b/vendor/x11iraf/obm/ObmW/RowColP.h
new file mode 100644
index 00000000..2ddd950d
--- /dev/null
+++ b/vendor/x11iraf/obm/ObmW/RowColP.h
@@ -0,0 +1,51 @@
+/* Generated by wbuild from "RowCol.w"
+** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
+*/
+#ifndef _XfwfRowColP_H_
+#define _XfwfRowColP_H_
+#include "BoardP.h"
+#include "RowCol.h"
+typedef void (*layout_Proc)(
+#if NeedFunctionPrototypes
+Widget,int
+#endif
+);
+#define XtInherit_layout ((layout_Proc) _XtInherit)
+typedef struct {
+/* methods */
+layout_Proc layout;
+/* class variables */
+} XfwfRowColClassPart;
+typedef struct _XfwfRowColClassRec {
+CoreClassPart core_class;
+CompositeClassPart composite_class;
+XfwfCommonClassPart xfwfCommon_class;
+XfwfFrameClassPart xfwfFrame_class;
+XfwfBoardClassPart xfwfBoard_class;
+XfwfRowColClassPart xfwfRowCol_class;
+} XfwfRowColClassRec;
+
+typedef struct {
+/* resources */
+Boolean storeByRow;
+int rows;
+int columns;
+Alignment alignment;
+Boolean shrinkToFit;
+/* private state */
+Dimension max_width;
+Dimension max_height;
+} XfwfRowColPart;
+
+typedef struct _XfwfRowColRec {
+CorePart core;
+CompositePart composite;
+XfwfCommonPart xfwfCommon;
+XfwfFramePart xfwfFrame;
+XfwfBoardPart xfwfBoard;
+XfwfRowColPart xfwfRowCol;
+} XfwfRowColRec;
+
+externalref XfwfRowColClassRec xfwfRowColClassRec;
+
+#endif /* _XfwfRowColP_H_ */