/* 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_*/