aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/Group.h
blob: d63bae37c255ce1bb647db8e171d85aa267c29eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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_*/