Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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
/* SCO CID (IXI) DialogSEP.h,v 1.1 1996/08/08 14:12:30 wendland Exp */
28
 
29
%%
30
#ifndef __MOTIF_P_HEADERS
31
#error Unexpected access to Motif P headers
32
#endif
33
%%
34
 
35
+USE "motif/1_2", "Xm/VendorSEP.h";
36
 
37
+EXP lvalue WidgetClass xmDialogShellExtObjectClass;
38
 
39
+FIELD (struct) _XmDialogShellExtClassPart := {
40
 
41
	XtPointer	extension;
42
};
43
 
44
+TYPEDEF _XmDialogShellExtClassPart XmDialogShellExtClassPart;
45
+TYPEDEF _XmDialogShellExtClassPart *XmDialogShellExtClassPartPtr;
46
 
47
 
48
+FIELD (struct) _XmDialogShellExtClassRec := {
49
 
50
	ObjectClassPart			object_class;
51
	XmExtClassPart			ext_class;
52
	XmDesktopClassPart		desktop_class;
53
	XmShellExtClassPart		shell_class;
54
	XmVendorShellExtClassPart	vendor_class;
55
	XmDialogShellExtClassPart	dialog_class;
56
};
57
 
58
+TYPEDEF _XmDialogShellExtClassRec XmDialogShellExtClassRec;
59
+TYPEDEF _XmDialogShellExtClassRec *XmDialogShellExtObjectClass;
60
 
61
+FIELD (struct) _XmDialogShellExtPart := { 
62
 
63
	int		empty;
64
};
65
 
66
+TYPEDEF _XmDialogShellExtPart XmDialogShellExtPart;
67
 
68
+EXP lvalue XmDialogShellExtClassRec xmDialogShellExtClassRec;
69
 
70
+FIELD (struct) _XmDialogShellExtRec := { 
71
 
72
	ObjectPart			object;
73
	XmExtPart			ext;
74
	XmDesktopPart			desktop;
75
	XmShellExtPart			shell;
76
	XmVendorShellExtPart		vendor;
77
	XmDialogShellExtPart		dialog;
78
};
79
 
80
+TYPEDEF _XmDialogShellExtRec XmDialogShellExtRec;
81
+TYPEDEF _XmDialogShellExtRec *XmDialogShellExtObject;
82