blob: 1089db47e1c8bcdd700fcc37da8a516d023b7bf2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
/* Generated by wbuild from "Icon.w"
** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
*/
#ifndef _XfwfIconP_H_
#define _XfwfIconP_H_
#include "BoardP.h"
#include "Icon.h"
typedef struct {
/* methods */
/* class variables */
int dummy;
} XfwfIconClassPart;
typedef struct _XfwfIconClassRec {
CoreClassPart core_class;
CompositeClassPart composite_class;
XfwfCommonClassPart xfwfCommon_class;
XfwfFrameClassPart xfwfFrame_class;
XfwfBoardClassPart xfwfBoard_class;
XfwfIconClassPart xfwfIcon_class;
} XfwfIconClassRec;
typedef struct {
/* resources */
Icon * image;
XtCallbackList activate;
/* private state */
GC image_gc;
} XfwfIconPart;
typedef struct _XfwfIconRec {
CorePart core;
CompositePart composite;
XfwfCommonPart xfwfCommon;
XfwfFramePart xfwfFrame;
XfwfBoardPart xfwfBoard;
XfwfIconPart xfwfIcon;
} XfwfIconRec;
externalref XfwfIconClassRec xfwfIconClassRec;
#endif /* _XfwfIconP_H_ */
|