diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /vendor/x11iraf/obm/ObmW/BoardP.h | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/BoardP.h')
-rw-r--r-- | vendor/x11iraf/obm/ObmW/BoardP.h | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/BoardP.h b/vendor/x11iraf/obm/ObmW/BoardP.h new file mode 100644 index 00000000..6824bc93 --- /dev/null +++ b/vendor/x11iraf/obm/ObmW/BoardP.h @@ -0,0 +1,56 @@ +/* Generated by wbuild from "Board.w" +** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $) +*/ +#ifndef _XfwfBoardP_H_ +#define _XfwfBoardP_H_ +#include "FrameP.h" +#include "Board.h" +typedef void (*set_abs_location_Proc)( +#if NeedFunctionPrototypes +Widget,unsigned int ,int ,int ,int ,int +#endif +); +#define XtInherit_set_abs_location ((set_abs_location_Proc) _XtInherit) +typedef struct { +/* methods */ +set_abs_location_Proc set_abs_location; +/* class variables */ +} XfwfBoardClassPart; +typedef struct _XfwfBoardClassRec { +CoreClassPart core_class; +CompositeClassPart composite_class; +XfwfCommonClassPart xfwfCommon_class; +XfwfFrameClassPart xfwfFrame_class; +XfwfBoardClassPart xfwfBoard_class; +} XfwfBoardClassRec; + +typedef struct { +/* resources */ +Position abs_x; +float rel_x; +Position abs_y; +float rel_y; +#define MAGICNUM 12349 + + +Position abs_width; +float rel_width; +Position abs_height; +float rel_height; +float hunit; +float vunit; +String location; +/* private state */ +} XfwfBoardPart; + +typedef struct _XfwfBoardRec { +CorePart core; +CompositePart composite; +XfwfCommonPart xfwfCommon; +XfwfFramePart xfwfFrame; +XfwfBoardPart xfwfBoard; +} XfwfBoardRec; + +externalref XfwfBoardClassRec xfwfBoardClassRec; + +#endif /* _XfwfBoardP_H_ */ |