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/Group.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/Group.h')
-rw-r--r-- | vendor/x11iraf/obm/ObmW/Group.h | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/Group.h b/vendor/x11iraf/obm/ObmW/Group.h new file mode 100644 index 00000000..d63bae37 --- /dev/null +++ b/vendor/x11iraf/obm/ObmW/Group.h @@ -0,0 +1,74 @@ +/* Generated by wbuild from "Group.w" +** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $) +*/ +#ifndef _XfwfGroup_H_ +#define _XfwfGroup_H_ +#include "RowCol.h" +typedef enum { + XfwfNoSelection, XfwfSingleSelection, + XfwfOneSelection, XfwfMultipleSelection } SelectionType; + +#ifndef XtNlabel +#define XtNlabel "label" +#endif +#ifndef XtCLabel +#define XtCLabel "Label" +#endif +#ifndef XtRString +#define XtRString "String" +#endif + +#ifndef XtNfont +#define XtNfont "font" +#endif +#ifndef XtCFont +#define XtCFont "Font" +#endif +#ifndef XtRFontStruct +#define XtRFontStruct "FontStruct" +#endif + +#ifndef XtNforeground +#define XtNforeground "foreground" +#endif +#ifndef XtCForeground +#define XtCForeground "Foreground" +#endif +#ifndef XtRPixel +#define XtRPixel "Pixel" +#endif + +#ifndef XtNselectionStyle +#define XtNselectionStyle "selectionStyle" +#endif +#ifndef XtCSelectionStyle +#define XtCSelectionStyle "SelectionStyle" +#endif +#ifndef XtRSelectionType +#define XtRSelectionType "SelectionType" +#endif + +#ifndef XtNselection +#define XtNselection "selection" +#endif +#ifndef XtCSelection +#define XtCSelection "Selection" +#endif +#ifndef XtRLong +#define XtRLong "Long" +#endif + +#ifndef XtNactivate +#define XtNactivate "activate" +#endif +#ifndef XtCActivate +#define XtCActivate "Activate" +#endif +#ifndef XtRCallback +#define XtRCallback "Callback" +#endif + +typedef struct _XfwfGroupClassRec *XfwfGroupWidgetClass; +typedef struct _XfwfGroupRec *XfwfGroupWidget; +externalref WidgetClass xfwfGroupWidgetClass; +#endif /*_XfwfGroup_H_*/ |