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/ArrowP.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/ArrowP.h')
-rw-r--r-- | vendor/x11iraf/obm/ObmW/ArrowP.h | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/ArrowP.h b/vendor/x11iraf/obm/ObmW/ArrowP.h new file mode 100644 index 00000000..95162708 --- /dev/null +++ b/vendor/x11iraf/obm/ObmW/ArrowP.h @@ -0,0 +1,51 @@ +/* Generated by wbuild from "Arrow.w" +** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $) +*/ +#ifndef _XfwfArrowP_H_ +#define _XfwfArrowP_H_ +#include "BoardP.h" +#include "Arrow.h" +typedef struct { +/* methods */ +#define point(p, i, xx, yy) (p[i ].x =xx ),(p[i ].y =yy ) + + +/* class variables */ +int dummy; +} XfwfArrowClassPart; +typedef struct _XfwfArrowClassRec { +CoreClassPart core_class; +CompositeClassPart composite_class; +XfwfCommonClassPart xfwfCommon_class; +XfwfFrameClassPart xfwfFrame_class; +XfwfBoardClassPart xfwfBoard_class; +XfwfArrowClassPart xfwfArrow_class; +} XfwfArrowClassRec; + +typedef struct { +/* resources */ +Alignment direction; +Pixel foreground; +Dimension arrowShadow; +Cardinal initialDelay; +Cardinal repeatDelay; +XtCallbackList callback; +/* private state */ +GC arrowgc; +GC arrowlightgc; +GC arrowdarkgc; +XtIntervalId timer; +} XfwfArrowPart; + +typedef struct _XfwfArrowRec { +CorePart core; +CompositePart composite; +XfwfCommonPart xfwfCommon; +XfwfFramePart xfwfFrame; +XfwfBoardPart xfwfBoard; +XfwfArrowPart xfwfArrow; +} XfwfArrowRec; + +externalref XfwfArrowClassRec xfwfArrowClassRec; + +#endif /* _XfwfArrowP_H_ */ |