diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/x11iraf/obm/ObmW/Board.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/Board.h')
-rw-r--r-- | vendor/x11iraf/obm/ObmW/Board.h | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/Board.h b/vendor/x11iraf/obm/ObmW/Board.h new file mode 100644 index 00000000..f38591b4 --- /dev/null +++ b/vendor/x11iraf/obm/ObmW/Board.h @@ -0,0 +1,120 @@ +/* Generated by wbuild from "Board.w" +** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $) +*/ +#ifndef _XfwfBoard_H_ +#define _XfwfBoard_H_ +#include "Frame.h" +#ifndef XtNabs_x +#define XtNabs_x "abs_x" +#endif +#ifndef XtCAbs_x +#define XtCAbs_x "Abs_x" +#endif +#ifndef XtRPosition +#define XtRPosition "Position" +#endif + +#ifndef XtNrel_x +#define XtNrel_x "rel_x" +#endif +#ifndef XtCRel_x +#define XtCRel_x "Rel_x" +#endif +#ifndef XtRFloat +#define XtRFloat "Float" +#endif + +#ifndef XtNabs_y +#define XtNabs_y "abs_y" +#endif +#ifndef XtCAbs_y +#define XtCAbs_y "Abs_y" +#endif +#ifndef XtRPosition +#define XtRPosition "Position" +#endif + +#ifndef XtNrel_y +#define XtNrel_y "rel_y" +#endif +#ifndef XtCRel_y +#define XtCRel_y "Rel_y" +#endif +#ifndef XtRFloat +#define XtRFloat "Float" +#endif + +#ifndef XtNabs_width +#define XtNabs_width "abs_width" +#endif +#ifndef XtCAbs_width +#define XtCAbs_width "Abs_width" +#endif +#ifndef XtRPosition +#define XtRPosition "Position" +#endif + +#ifndef XtNrel_width +#define XtNrel_width "rel_width" +#endif +#ifndef XtCRel_width +#define XtCRel_width "Rel_width" +#endif +#ifndef XtRFloat +#define XtRFloat "Float" +#endif + +#ifndef XtNabs_height +#define XtNabs_height "abs_height" +#endif +#ifndef XtCAbs_height +#define XtCAbs_height "Abs_height" +#endif +#ifndef XtRPosition +#define XtRPosition "Position" +#endif + +#ifndef XtNrel_height +#define XtNrel_height "rel_height" +#endif +#ifndef XtCRel_height +#define XtCRel_height "Rel_height" +#endif +#ifndef XtRFloat +#define XtRFloat "Float" +#endif + +#ifndef XtNhunit +#define XtNhunit "hunit" +#endif +#ifndef XtCHunit +#define XtCHunit "Hunit" +#endif +#ifndef XtRFloat +#define XtRFloat "Float" +#endif + +#ifndef XtNvunit +#define XtNvunit "vunit" +#endif +#ifndef XtCVunit +#define XtCVunit "Vunit" +#endif +#ifndef XtRFloat +#define XtRFloat "Float" +#endif + +#ifndef XtNlocation +#define XtNlocation "location" +#endif +#ifndef XtCLocation +#define XtCLocation "Location" +#endif +#ifndef XtRString +#define XtRString "String" +#endif + +typedef struct _XfwfBoardClassRec *XfwfBoardWidgetClass; +typedef struct _XfwfBoardRec *XfwfBoardWidget; +externalref WidgetClass xfwfBoardWidgetClass; +#endif /*_XfwfBoard_H_*/ |