Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#   		 Crown Copyright (c) 1997
2
#   
3
#   This TenDRA(r) Computer Program is subject to Copyright
4
#   owned by the United Kingdom Secretary of State for Defence
5
#   acting through the Defence Evaluation and Research Agency
6
#   (DERA).  It is made available to Recipients with a
7
#   royalty-free licence for its use, reproduction, transfer
8
#   to other parties and amendment for any purpose not excluding
9
#   product development provided that any such use et cetera
10
#   shall be deemed to be acceptance of the following conditions:-
11
#   
12
#       (1) Its Recipients shall ensure that this Notice is
13
#       reproduced upon any copies or amended versions of it;
14
#   
15
#       (2) Any amended version of it shall be clearly marked to
16
#       show both the nature of and the organisation responsible
17
#       for the relevant amendment or amendments;
18
#   
19
#       (3) Its onward transfer from a recipient to another
20
#       party shall be deemed to be that party's acceptance of
21
#       these conditions;
22
#   
23
#       (4) DERA gives no warranty or assurance as to its
24
#       quality or suitability for any purpose and DERA accepts
25
#       no liability whatsoever in relation to any use to which
26
#       it may be put.
27
#
28
# Strictly, according to 1.6.1 the value of each String constant of the
29
# form XtN..., XtC... or XtR... is known.  It is the result of removing
30
# the prefix.  However we have prefered to leave them undefined.
31
 
32
+USE "x5/t", "X11/Intrinsic.h" ;
33
 
34
 
35
# Defined Strings (Appendix E etc)
36
 
37
+CONST String XtNaccelerators, XtNallowHoriz, XtNallowVert ;
38
+CONST String XtNancestorSensitive, XtNbackground, XtNbackgroundPixmap ;
39
+CONST String XtNbitmap, XtNborder, XtNborderColor, XtNborderPixmap ;
40
+CONST String XtNborderWidth, XtNcallback, XtNchildren, XtNcolormap ;
41
+CONST String XtNdepth, XtNdestroyCallback, XtNeditType, XtNfile ;
42
+CONST String XtNfont, XtNfontSet, XtNforceBars, XtNforeground ;
43
+CONST String XtNfunction, XtNhSpace, XtNheight, XtNhighlight ;
44
+CONST String XtNindex, XtNinitialResourcesPersistent, XtNinnerHeight ;
45
+CONST String XtNinnerWidth, XtNinnerWindow, XtNinsertPosition ;
46
+CONST String XtNinternalHeight, XtNinternalWidth, XtNjumpProc ;
47
+CONST String XtNjustify, XtNknobHeight, XtNknobIndent, XtNknobPixel ;
48
+CONST String XtNknobWidth, XtNlabel, XtNlength, XtNlowerRight ;
49
+CONST String XtNmappedWhenManaged, XtNmenuEntry, XtNname, XtNnotify ;
50
+CONST String XtNnumChildren, XtNorientation, XtNparameter, XtNpixmap ;
51
+CONST String XtNpopdownCallback, XtNpopupCallback, XtNresize ;
52
+CONST String XtNreverseVideo, XtNscreen, XtNscrollDCursor ;
53
+CONST String XtNscrollHCursor, XtNscrollLCursor, XtNscrollProc ;
54
+CONST String XtNscrollRCursor, XtNscrollUCursor, XtNscrollVCursor ;
55
+CONST String XtNselection, XtNselectionArray, XtNsensitive, XtNshown ;
56
+CONST String XtNspace, XtNstring, XtNtextOptions, XtNtextSink ;
57
+CONST String XtNtextSource, XtNthickness, XtNthumb, XtNthumbProc ;
58
+CONST String XtNtop, XtNtranslations, XtNunrealizeCallback, XtNupdate ;
59
+CONST String XtNuseBottom, XtNuseRight, XtNvSpace, XtNvalue ;
60
+CONST String XtNwidth, XtNwindow, XtNx, XtNy ;
61
 
62
+CONST String XtCAccelerators, XtCBackground, XtCBitmap, XtCBoolean ;
63
+CONST String XtCBorderColor, XtCBorderWidth, XtCCallback, XtCColor ;
64
+CONST String XtCColormap, XtCCursor, XtCDepth, XtCEditType ;
65
+CONST String XtCEventBindings, XtCFile, XtCFont, XtCFontSet ;
66
+CONST String XtCForeground, XtCFraction, XtCFunction, XtCHSpace ;
67
+CONST String XtCHeight, XtCIndex, XtCInitialResourcesPersistent ;
68
+CONST String XtCInsertPosition, XtCInterval, XtCJustify, XtCKnobIndent ;
69
+CONST String XtCKnobPixel, XtCLabel, XtCLength, XtCMappedWhenManaged ;
70
+CONST String XtCMargin, XtCMenuEntry, XtCNotify, XtCOrientation ;
71
+CONST String XtCParameter, XtCPixmap, XtCPosition, XtCReadOnly ;
72
+CONST String XtCResize, XtCReverseVideo, XtCScreen, XtCScrollDCursor ;
73
+CONST String XtCScrollHCursor, XtCScrollLCursor, XtCScrollProc ;
74
+CONST String XtCScrollRCursor, XtCScrollUCursor, XtCScrollVCursor ;
75
+CONST String XtCSelection, XtCSelectionArray, XtCSensitive, XtCSpace ;
76
+CONST String XtCString, XtCTextOptions, XtCTextPosition, XtCTextSink ;
77
+CONST String XtCTextSource, XtCThickness, XtCThumb, XtCTranslations ;
78
+CONST String XtCVSpace, XtCValue, XtCWidth, XtCWindow, XtCX, XtCY ;
79
 
80
+CONST String XtRAcceleratorTable, XtRAtom, XtRBitmap, XtRBool ;
81
+CONST String XtRBoolean, XtRCallProc, XtRCallback, XtRCardinal, XtRColor ;
82
+CONST String XtRColormap, XtRCursor, XtRDimension, XtRDisplay, XtREditMode ;
83
+CONST String XtREnum, XtRFile, XtRFloat, XtRFont, XtRFontSet, XtRFontStruct ;
84
+CONST String XtRFunction, XtRGeometry, XtRImmediate, XtRInitialState ;
85
+CONST String XtRInt, XtRJustify, XtRLongBoolean, XtRObject, XtROrientation ;
86
+CONST String XtRPixel, XtRPixmap, XtRPointer, XtRPosition, XtRScreen ;
87
+CONST String XtRShort, XtRString, XtRStringArray, XtRStringTable ;
88
+CONST String XtRTranslationTable, XtRUnsignedChar, XtRVisual, XtRWidget ;
89
+CONST String XtRWidgetClass, XtRWidgetList, XtRWindow ;
90
 
91
+CONST String XtEoff, XtEfalse, XtEno, XtEon, XtEtrue, XtEyes ;
92
+CONST String XtEvertical, XtEhorizontal ;
93
+CONST String XtEtextRead, XtEtextAppend, XtEtextEdit ;
94
+CONST String XtExtdefaultbackground, XtExtdefaultforeground ;
95
+CONST String XtExtdefaultfont ;