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/IconP.h | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/IconP.h')
-rw-r--r-- | vendor/x11iraf/obm/ObmW/IconP.h | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/IconP.h b/vendor/x11iraf/obm/ObmW/IconP.h new file mode 100644 index 00000000..1089db47 --- /dev/null +++ b/vendor/x11iraf/obm/ObmW/IconP.h @@ -0,0 +1,41 @@ +/* Generated by wbuild from "Icon.w" +** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $) +*/ +#ifndef _XfwfIconP_H_ +#define _XfwfIconP_H_ +#include "BoardP.h" +#include "Icon.h" +typedef struct { +/* methods */ +/* class variables */ +int dummy; +} XfwfIconClassPart; +typedef struct _XfwfIconClassRec { +CoreClassPart core_class; +CompositeClassPart composite_class; +XfwfCommonClassPart xfwfCommon_class; +XfwfFrameClassPart xfwfFrame_class; +XfwfBoardClassPart xfwfBoard_class; +XfwfIconClassPart xfwfIcon_class; +} XfwfIconClassRec; + +typedef struct { +/* resources */ +Icon * image; +XtCallbackList activate; +/* private state */ +GC image_gc; +} XfwfIconPart; + +typedef struct _XfwfIconRec { +CorePart core; +CompositePart composite; +XfwfCommonPart xfwfCommon; +XfwfFramePart xfwfFrame; +XfwfBoardPart xfwfBoard; +XfwfIconPart xfwfIcon; +} XfwfIconRec; + +externalref XfwfIconClassRec xfwfIconClassRec; + +#endif /* _XfwfIconP_H_ */ |