1 /* Generated by wbuild from "Group.w"
2 ** (generator version $Revision: 2.5 $ of $Date: 94/07/29 15:31:49 $)
3 */
4 #ifndef _XfwfGroup_H_
5 #define _XfwfGroup_H_
6 #include <Xfwf/RowCol.h>
7 typedef enum {
8 		XfwfNoSelection, XfwfSingleSelection,
9 		XfwfOneSelection, XfwfMultipleSelection } SelectionType;
10 
11 #ifndef XtNlabel
12 #define XtNlabel "label"
13 #endif
14 #ifndef XtCLabel
15 #define XtCLabel "Label"
16 #endif
17 #ifndef XtRString
18 #define XtRString "String"
19 #endif
20 
21 #ifndef XtNfont
22 #define XtNfont "font"
23 #endif
24 #ifndef XtCFont
25 #define XtCFont "Font"
26 #endif
27 #ifndef XtRFontStruct
28 #define XtRFontStruct "FontStruct"
29 #endif
30 
31 #ifndef XtNforeground
32 #define XtNforeground "foreground"
33 #endif
34 #ifndef XtCForeground
35 #define XtCForeground "Foreground"
36 #endif
37 #ifndef XtRPixel
38 #define XtRPixel "Pixel"
39 #endif
40 
41 #ifndef XtNselectionStyle
42 #define XtNselectionStyle "selectionStyle"
43 #endif
44 #ifndef XtCSelectionStyle
45 #define XtCSelectionStyle "SelectionStyle"
46 #endif
47 #ifndef XtRSelectionType
48 #define XtRSelectionType "SelectionType"
49 #endif
50 
51 #ifndef XtNselection
52 #define XtNselection "selection"
53 #endif
54 #ifndef XtCSelection
55 #define XtCSelection "Selection"
56 #endif
57 #ifndef XtRLong
58 #define XtRLong "Long"
59 #endif
60 
61 #ifndef XtNactivate
62 #define XtNactivate "activate"
63 #endif
64 #ifndef XtCActivate
65 #define XtCActivate "Activate"
66 #endif
67 #ifndef XtRCallback
68 #define XtRCallback "Callback"
69 #endif
70 
71 typedef struct _XfwfGroupClassRec *XfwfGroupWidgetClass;
72 typedef struct _XfwfGroupRec *XfwfGroupWidget;
73 externalref WidgetClass xfwfGroupWidgetClass;
74 #endif /*_XfwfGroup_H_*/
75