blob: 842131b48be4413de34a3acb8851c8a2777f8a72 (
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
42
43
44
45
46
47
48
|
/* Generated by wbuild from "Group.w"
** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
*/
#ifndef _XfwfGroupP_H_
#define _XfwfGroupP_H_
#include "RowColP.h"
#include "Group.h"
typedef struct {
/* methods */
/* class variables */
int dummy;
} XfwfGroupClassPart;
typedef struct _XfwfGroupClassRec {
CoreClassPart core_class;
CompositeClassPart composite_class;
XfwfCommonClassPart xfwfCommon_class;
XfwfFrameClassPart xfwfFrame_class;
XfwfBoardClassPart xfwfBoard_class;
XfwfRowColClassPart xfwfRowCol_class;
XfwfGroupClassPart xfwfGroup_class;
} XfwfGroupClassRec;
typedef struct {
/* resources */
String label;
XFontStruct * font;
Pixel foreground;
SelectionType selectionStyle;
long selection;
XtCallbackList activate;
/* private state */
GC textgc;
Cardinal toggle_ord;
} XfwfGroupPart;
typedef struct _XfwfGroupRec {
CorePart core;
CompositePart composite;
XfwfCommonPart xfwfCommon;
XfwfFramePart xfwfFrame;
XfwfBoardPart xfwfBoard;
XfwfRowColPart xfwfRowCol;
XfwfGroupPart xfwfGroup;
} XfwfGroupRec;
externalref XfwfGroupClassRec xfwfGroupClassRec;
#endif /* _XfwfGroupP_H_ */
|