1 /* Generated by wbuild from "Frame.w"
2 ** (generator version $Revision: 404 $ of $Date: 1999-09-28 09:56:30 -0600 (Tue, 28 Sep 1999) $)
3 */
4 #ifndef _XfwfFrameP_H_
5 #define _XfwfFrameP_H_
6 #include "CommonP.h"
7 #include "Frame.h"
8 _XFUNCPROTOBEGIN
9 
10 typedef struct {
11 /* methods */
12 /* class variables */
13 int dummy;
14 } XfwfFrameClassPart;
15 
16 typedef struct _XfwfFrameClassRec {
17 CoreClassPart core_class;
18 CompositeClassPart composite_class;
19 XfwfCommonClassPart xfwfCommon_class;
20 XfwfFrameClassPart xfwfFrame_class;
21 } XfwfFrameClassRec;
22 
23 typedef struct {
24 /* resources */
25 Cursor  cursor;
26 FrameType  frameType;
27 Dimension  frameWidth;
28 Dimension  outerOffset;
29 Dimension  innerOffset;
30 ShadowScheme  shadowScheme;
31 Color  topShadowColor;
32 Color  bottomShadowColor;
33 Bitmap  topShadowStipple;
34 Bitmap  bottomShadowStipple;
35 /* private state */
36 GC  lightgc;
37 GC  darkgc;
38 Pixmap  lightstipple;
39 Pixmap  darkstipple;
40 FrameType  old_frame_type;
41 } XfwfFramePart;
42 
43 typedef struct _XfwfFrameRec {
44 CorePart core;
45 CompositePart composite;
46 XfwfCommonPart xfwfCommon;
47 XfwfFramePart xfwfFrame;
48 } XfwfFrameRec;
49 
50 externalref XfwfFrameClassRec xfwfFrameClassRec;
51 
52 _XFUNCPROTOEND
53 #endif /* _XfwfFrameP_H_ */
54