2 |
7u83 |
1 |
/*
|
|
|
2 |
COPYRIGHT NOTICE
|
|
|
3 |
|
|
|
4 |
This program is the proprietary property of the Secretary of State
|
|
|
5 |
for Defence (United Kingdom) acting through the Defence Research
|
|
|
6 |
Agency (DRA). Use, reproduction, production of amended versions
|
|
|
7 |
and/or transfer of this program is permitted PROVIDED THAT:
|
|
|
8 |
|
|
|
9 |
(a) This legend be preserved on any such reproduction and amended
|
|
|
10 |
version.
|
|
|
11 |
|
|
|
12 |
(b) Any amended version of this program be clearly marked to show
|
|
|
13 |
the nature of the amendment and the name of the amending
|
|
|
14 |
organisation.
|
|
|
15 |
|
|
|
16 |
(c) Any recipient of such reproduction or amended version accept
|
|
|
17 |
the conditions set out in this legend.
|
|
|
18 |
|
|
|
19 |
The DRA accepts no liability whatsoever in relation to any use to
|
|
|
20 |
which this program may be put and gives no warranty as to the
|
|
|
21 |
program's suitability for any purpose.
|
|
|
22 |
|
|
|
23 |
All rights reserved.
|
|
|
24 |
|
|
|
25 |
Crown Copyright (c) 1994.
|
|
|
26 |
*/
|
|
|
27 |
|
|
|
28 |
/*
|
|
|
29 |
COPYRIGHT NOTICE
|
|
|
30 |
|
|
|
31 |
This program contains amendments to Motif 1.1 API headers in
|
|
|
32 |
order to represent the Motif 1.2 API. These amendments are the
|
|
|
33 |
property of IXI Ltd, a subsidiary of the Santa Cruz Operation (SCO).
|
|
|
34 |
Use, reproduction, production of amended versions and/or transfer of
|
|
|
35 |
this program is permitted PROVIDED THAT:
|
|
|
36 |
|
|
|
37 |
(a) This legend be preserved on any such reproduction and amended
|
|
|
38 |
version.
|
|
|
39 |
|
|
|
40 |
(b) Any recipient of such reproduction or amended version accept
|
|
|
41 |
the conditions set out in this legend.
|
|
|
42 |
|
|
|
43 |
IXI accepts no liability whatsoever in relation to any use to
|
|
|
44 |
which this program may be put and gives no warranty as to the
|
|
|
45 |
program's suitability for any purpose.
|
|
|
46 |
|
|
|
47 |
All rights reserved.
|
|
|
48 |
|
|
|
49 |
Copyright (c) 1995, 1996
|
|
|
50 |
*/
|
|
|
51 |
|
|
|
52 |
|
|
|
53 |
/* SCO CID (IXI) Frame.h,v 1.1 1996/08/08 14:12:51 wendland Exp */
|
|
|
54 |
|
|
|
55 |
+USE "motif/1_2","Xm/Xm.h";
|
|
|
56 |
|
|
|
57 |
+EXP lvalue WidgetClass xmFrameWidgetClass;
|
|
|
58 |
|
|
|
59 |
+TYPE (struct) _XmFrameClassRec;
|
|
|
60 |
+TYPE (struct) _XmFrameRec;
|
|
|
61 |
+TYPEDEF _XmFrameClassRec * XmFrameWidgetClass;
|
|
|
62 |
+TYPEDEF _XmFrameRec * XmFrameWidget;
|
|
|
63 |
|
|
|
64 |
|
|
|
65 |
+FUNC Widget XmCreateFrame (Widget parent, String name, ArgList arglist, Cardinal argcount);
|
|
|
66 |
|