blob: c6a2442b9b208c951f7977e79396acb4716766f1 (
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
|
/* Generated by wbuild from "Arrow.w"
** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
*/
#ifndef _XfwfArrow_H_
#define _XfwfArrow_H_
#include "Board.h"
#ifndef XtNdirection
#define XtNdirection "direction"
#endif
#ifndef XtCDirection
#define XtCDirection "Direction"
#endif
#ifndef XtRAlignment
#define XtRAlignment "Alignment"
#endif
#ifndef XtNforeground
#define XtNforeground "foreground"
#endif
#ifndef XtCForeground
#define XtCForeground "Foreground"
#endif
#ifndef XtRPixel
#define XtRPixel "Pixel"
#endif
#ifndef XtNarrowShadow
#define XtNarrowShadow "arrowShadow"
#endif
#ifndef XtCArrowShadow
#define XtCArrowShadow "ArrowShadow"
#endif
#ifndef XtRDimension
#define XtRDimension "Dimension"
#endif
#ifndef XtNinitialDelay
#define XtNinitialDelay "initialDelay"
#endif
#ifndef XtCInitialDelay
#define XtCInitialDelay "InitialDelay"
#endif
#ifndef XtRCardinal
#define XtRCardinal "Cardinal"
#endif
#ifndef XtNrepeatDelay
#define XtNrepeatDelay "repeatDelay"
#endif
#ifndef XtCRepeatDelay
#define XtCRepeatDelay "RepeatDelay"
#endif
#ifndef XtRCardinal
#define XtRCardinal "Cardinal"
#endif
#ifndef XtNcallback
#define XtNcallback "callback"
#endif
#ifndef XtCCallback
#define XtCCallback "Callback"
#endif
#ifndef XtRCallback
#define XtRCallback "Callback"
#endif
typedef struct _XfwfArrowClassRec *XfwfArrowWidgetClass;
typedef struct _XfwfArrowRec *XfwfArrowWidget;
externalref WidgetClass xfwfArrowWidgetClass;
#endif /*_XfwfArrow_H_*/
|