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/MenuBarP.h | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/MenuBarP.h')
-rw-r--r-- | vendor/x11iraf/obm/ObmW/MenuBarP.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/MenuBarP.h b/vendor/x11iraf/obm/ObmW/MenuBarP.h new file mode 100644 index 00000000..9b74d5e1 --- /dev/null +++ b/vendor/x11iraf/obm/ObmW/MenuBarP.h @@ -0,0 +1,47 @@ +/* Generated by wbuild from "MenuBar.w" +** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $) +*/ +#ifndef _XfwfMenuBarP_H_ +#define _XfwfMenuBarP_H_ +#include "RowColP.h" +#include "MenuBar.h" +typedef void (*process_menu_Proc)( +#if NeedFunctionPrototypes +Widget,Widget ,Cursor +#endif +); +#define XtInherit_process_menu ((process_menu_Proc) _XtInherit) +typedef struct { +/* methods */ +process_menu_Proc process_menu; +/* class variables */ +} XfwfMenuBarClassPart; +typedef struct _XfwfMenuBarClassRec { +CoreClassPart core_class; +CompositeClassPart composite_class; +XfwfCommonClassPart xfwfCommon_class; +XfwfFrameClassPart xfwfFrame_class; +XfwfBoardClassPart xfwfBoard_class; +XfwfRowColClassPart xfwfRowCol_class; +XfwfMenuBarClassPart xfwfMenuBar_class; +} XfwfMenuBarClassRec; + +typedef struct { +/* resources */ +/* private state */ +Widget current_menu; +} XfwfMenuBarPart; + +typedef struct _XfwfMenuBarRec { +CorePart core; +CompositePart composite; +XfwfCommonPart xfwfCommon; +XfwfFramePart xfwfFrame; +XfwfBoardPart xfwfBoard; +XfwfRowColPart xfwfRowCol; +XfwfMenuBarPart xfwfMenuBar; +} XfwfMenuBarRec; + +externalref XfwfMenuBarClassRec xfwfMenuBarClassRec; + +#endif /* _XfwfMenuBarP_H_ */ |