2 |
7u83 |
1 |
/*
|
|
|
2 |
COPYRIGHT NOTICE
|
|
|
3 |
|
|
|
4 |
This program is the proprietary property of IXI Ltd, a subsidiary
|
|
|
5 |
of the Santa Cruz Operation (SCO). Use, reproduction, production
|
|
|
6 |
of amended versions and/or transfer of this program is permitted
|
|
|
7 |
PROVIDED THAT:
|
|
|
8 |
|
|
|
9 |
(a) This legend be preserved on any such reproduction and amended
|
|
|
10 |
version.
|
|
|
11 |
|
|
|
12 |
(b) Any recipient of such reproduction or amended version accept
|
|
|
13 |
the conditions set out in this legend.
|
|
|
14 |
|
|
|
15 |
IXI accepts no liability whatsoever in relation to any use to
|
|
|
16 |
which this program may be put and gives no warranty as to the
|
|
|
17 |
program's suitability for any purpose.
|
|
|
18 |
|
|
|
19 |
All rights reserved.
|
|
|
20 |
|
|
|
21 |
Copyright (c) 1995, 1996
|
|
|
22 |
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
|
29 |
/* SCO CID (IXI) XmAll.h,v 1.1 1996/08/08 14:14:01 wendland Exp */
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
+USE "motif/1_2", "Xm/Xm.h";
|
|
|
33 |
+USE "motif/1_2", "Xm/ArrowB.h";
|
|
|
34 |
+USE "motif/1_2", "Xm/ArrowBG.h";
|
|
|
35 |
+USE "motif/1_2", "Xm/AtomMgr.h";
|
|
|
36 |
+USE "motif/1_2", "Xm/BulletinB.h";
|
|
|
37 |
+USE "motif/1_2", "Xm/CascadeB.h";
|
|
|
38 |
+USE "motif/1_2", "Xm/CascadeBG.h";
|
|
|
39 |
+USE "motif/1_2", "Xm/Command.h";
|
|
|
40 |
+USE "motif/1_2", "Xm/CutPaste.h";
|
|
|
41 |
+USE "motif/1_2", "Xm/DialogS.h";
|
|
|
42 |
+USE "motif/1_2", "Xm/Display.h";
|
|
|
43 |
+USE "motif/1_2", "Xm/DragDrop.h";
|
|
|
44 |
+USE "motif/1_2", "Xm/DrawingA.h";
|
|
|
45 |
+USE "motif/1_2", "Xm/DrawnB.h";
|
|
|
46 |
+USE "motif/1_2", "Xm/FileSB.h";
|
|
|
47 |
+USE "motif/1_2", "Xm/Form.h";
|
|
|
48 |
+USE "motif/1_2", "Xm/Frame.h";
|
|
|
49 |
+USE "motif/1_2", "Xm/Label.h";
|
|
|
50 |
+USE "motif/1_2", "Xm/LabelG.h";
|
|
|
51 |
+USE "motif/1_2", "Xm/List.h";
|
|
|
52 |
+USE "motif/1_2", "Xm/MainW.h";
|
|
|
53 |
+USE "motif/1_2", "Xm/MenuShell.h";
|
|
|
54 |
+USE "motif/1_2", "Xm/MessageB.h";
|
|
|
55 |
+USE "motif/1_2", "Xm/PanedW.h";
|
|
|
56 |
+USE "motif/1_2", "Xm/Protocols.h";
|
|
|
57 |
+USE "motif/1_2", "Xm/PushB.h";
|
|
|
58 |
+USE "motif/1_2", "Xm/PushBG.h";
|
|
|
59 |
+USE "motif/1_2", "Xm/RepType.h";
|
|
|
60 |
+USE "motif/1_2", "Xm/RowColumn.h";
|
|
|
61 |
+USE "motif/1_2", "Xm/Scale.h";
|
|
|
62 |
+USE "motif/1_2", "Xm/ScrollBar.h";
|
|
|
63 |
+USE "motif/1_2", "Xm/ScrolledW.h";
|
|
|
64 |
+USE "motif/1_2", "Xm/SelectioB.h";
|
|
|
65 |
+USE "motif/1_2", "Xm/SeparatoG.h";
|
|
|
66 |
+USE "motif/1_2", "Xm/Separator.h";
|
|
|
67 |
+USE "motif/1_2", "Xm/Screen.h";
|
|
|
68 |
+USE "motif/1_2", "Xm/Text.h";
|
|
|
69 |
+USE "motif/1_2", "Xm/TextF.h";
|
|
|
70 |
+USE "motif/1_2", "Xm/ToggleB.h";
|
|
|
71 |
+USE "motif/1_2", "Xm/ToggleBG.h";
|
|
|
72 |
+USE "motif/1_2", "Xm/MwmUtil.h";
|
|
|
73 |
|